<< Central Tendency
Statistics
Descriptive Statistics >>
Scilabヘルプ
>>
Statistics
> Data with Missing Values
Data with Missing Values
nancumsum
—
行列の値の累積合計
nand2mean
—
2組の独立した標本の平均の差
nanmax
—
最大値 (Nanを無視)
This function is obsolete
, replaced with
max
nanmean
—
平均 (Nanを無視)
nanmeanf
—
頻度を指定した平均 (Nanを無視).
nanmedian
—
数値ベクトルまたは行列の値の中央値
nanmin
—
最小値 (Nanを無視)
This function is obsolete
, replaced with
min
nanreglin
—
線形回帰
nanstdev
—
標準偏差 (NaNを無視).
nansum
—
値の合計,NaNを無視
thrownan
—
NaN値を除去
Report an issue
<< Central Tendency
Statistics
Descriptive Statistics >>