corrcoef
相関係数
構文
説明
___ = corrcoef(___,
は、1 つ以上の Name,Value
)Name,Value
のペアの引数で指定された追加オプションを使用して、前術の構文に示した任意の出力引数を返します。たとえば、corrcoef(A,'Alpha',0.1)
は 90% の信頼区間を指定し、corrcoef(A,'Rows','complete')
は NaN
値を 1 つ以上含む A
のすべての行を省略します。
例
入力引数
名前と値の引数
出力引数
詳細
参照
[1] Fisher, R.A. Statistical Methods for Research Workers, 13th Ed., Hafner, 1958.
[2] Kendall, M.G. The Advanced Theory of Statistics, 4th Ed., Macmillan, 1979.
[3] Press, W.H., Teukolsky, S.A., Vetterling, W.T., and Flannery, B.P. Numerical Recipes in C, 2nd Ed., Cambridge University Press, 1992.
拡張機能
バージョン履歴
R2006a より前に導入