Function fang_oost::compute_x_range[][src]

pub fn compute_x_range(x_discrete: usize, x_min: f64, x_max: f64) -> Vec<f64>

Function to compute the discrete X range per Fang Oosterlee (2007) @xDiscrete number of sections to parse the X domain into @xMin the minimum of the X domain @xMax the maximum of the X domain @return vector of discrete X values