photo

Brett Hoover


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
In MATLAB (cumulative distribution function), how can I find the corresponding data point (Y) for any chosen cumulative probability?
Kinda surprised that nobody suggested 1-D interpolation: target_value = interp1(cdf_probs,cdf_values,target_prob)

6 years ago | 0