negloglik
確率分布の負の対数尤度
説明
例
近似分布の負の対数尤度
標本データを読み込みます。
load carsmall
分布をガロンあたりの走行マイル数 (MPG
) データに近似することにより、ワイブル分布オブジェクトを作成します。
pd = fitdist(MPG,'Weibull')
pd = WeibullDistribution Weibull distribution A = 26.5079 [24.8333, 28.2954] B = 3.27193 [2.79441, 3.83104]
近似したワイブル分布の負の対数尤度を計算します。
wnll = negloglik(pd)
wnll = 327.4942
カーネル分布の負の対数尤度
標本データを読み込みます。カーネル分布をガロンあたりの走行マイル数 (MPG
) データに当てはめます。
load carsmall; pd = fitdist(MPG,'Kernel')
pd = KernelDistribution Kernel = normal Bandwidth = 4.11428 Support = unbounded
負の対数尤度を計算します。
nll = negloglik(pd)
nll = 327.3139
出力引数
nll
— 負の対数尤度
数値
分布の当てはめに使用したデータの負の対数尤度値。数値として返されます。
拡張機能
GPU 配列
Parallel Computing Toolbox™ を使用してグラフィックス処理装置 (GPU) 上で実行することにより、コードを高速化します。
この関数は、GPU 配列を完全にサポートします。詳細は、GPU での MATLAB 関数の実行 (Parallel Computing Toolbox)を参照してください。
バージョン履歴
R2013a で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)