Skip to content
#

rust-ndarray

Here are 7 public repositories matching this topic...

CharlieBickerton
CharlieBickerton commented Dec 3, 2019

Hi guys, I'm trying to use .quantile_mut() on a 1D array of f64 numbers. I'm getting this error:

the trait bound `f64: std::cmp::Ord` is not satisfied

the trait `std::cmp::Ord` is not implemented for `f64

I have a few questions:

  1. Which type will work? It's not clear from the docs.
  2. Is there a reason for using the noisy float for the number between 0-1? If the function erro
Enhancement Good first issue

Improve this page

Add a description, image, and links to the rust-ndarray topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rust-ndarray topic, visit your repo's landing page and select "manage topics."

Learn more