?? part_moment.c
字號(hào):
/*
Compute empirical mean & covariance of (weighted) data
usage: [Smean , Pcov] = part_moment(S , w);
-----
Inputs
------
S Data (d x N)
w weights (1 x N)
Ouputs
-------
Smean Mean vector (d x 1)
Pcov Covariance matrix (d x d)
To compile
-----------
mex -output part_moment.dll part_moment.c
mex -f mexopts_intel10amd.bat -output part_moment.dll part_moment.c
Author : S閎astien PARIS
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -