Brett Hoover
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
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)
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 前 | 0