Inverse empirical cumulative distribution function

バージョン 1.0.1 (1.27 KB) 作成者: Martin Magris
Quantile function or inverse-ECDF of some data-sample. Data is finite and the ECDF from which the inverse is taken is discontiuous.
ダウンロード: 311
更新 2019/2/14

ライセンスの表示

Quantile function for an empirical cumulative distribution function (ECDF), i.e. inverse-ECDF, of some (finite) data-sample. The ECDF (F) is thus discontinuous and the quantile function (Q) at q is computed as:
Q(q) = inf{x: q<=F(x)}.

Simple problem, frequently discussed online, for which however a clean matlab code seems not to be available.

引用

Martin Magris (2024). Inverse empirical cumulative distribution function (https://www.mathworks.com/matlabcentral/fileexchange/70283-inverse-empirical-cumulative-distribution-function), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersExploration and Visualization についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.1

Title changed.

1.0.0