Scilab 5.3.0
- Scilab Online Help
- Statistics
- cdfbet
- cdfbin
- cdfchi
- cdfchn
- cdff
- cdffnc
- cdfgam
- cdfnbn
- cdfnor
- cdfpoi
- cdft
- center
- wcenter
- cmoment
- correl
- covar
- ftest
- ftuneq
- geomean
- harmean
- iqr
- labostat
- mad
- mean
- meanf
- median
- moment
- msd
- mvvacov
- nancumsum
- nand2mean
- nanmax
- nanmean
- nanmeanf
- nanmedian
- nanmin
- nanstdev
- nansum
- nfreq
- pca
- perctl
- princomp
- quart
- regress
- sample
- samplef
- samwr
- show_pca
- st_deviation
- stdevf
- strange
- tabul
- thrownan
- trimmean
- variance
- variancef
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
nfreq
ベクトルまたは行列における値の頻度
呼び出し手順
m=nfreq(x)
パラメータ
- x
実数または複素数のベクトルまたは行列
説明
実数または複素数のベクトル,もしくは
実数または複素数の行列x
における値の頻度.
ある実数または複素数のベクトルまたは行列
x
について, m=freq(x)
は
size(x,'*')x2
の行列m
の最初の列に
x
の値,
この行列の2番目の列に対応する値の頻度を返します.
tabul関数が
より効率的で,
文字列のベクトルにも適用でき,
ソートされたm
を返すことに注意してください.
例
x=[2 8 0 3 7 6 8 7 9 1] m=nfreq(x)
作者
Carlos Klimann
<< nansum | Statistics | pca >> |