sampling
0.3.0
derivative
Sections
Calculates the derivative of a Vector
In sampling::
glue::
derivative
sampling
::
glue
::
derivative
Function
derivative
Copy item path
Source
pub fn derivative(data: &[
f64
]) ->
Vec
<
f64
>
Expand description
ยง
Calculates the derivative of a Vector
will return a Vector of NaN if
data.len() < 2