qccdatasetmeanvector.3
来自「spiht for linux this is used to decod an」· 3 代码 · 共 78 行
3
78 行
.TH QCCDATASETMEANVECTOR 3 "QCCPACK" "".SH NAMEQccDatasetMeanVector, QccDatasetCovarianceMatrix\- calculate first- and second-order statistics of dataset.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccDatasetMeanVector(const QccDataset *" dataset ", QccVector " mean );.br.sp.BI "int QccDatasetCovarianceMatrix(const QccDataset *" dataset ", QccMatrix " covariance );.SH DESCRIPTION.B QccDatasetMeanVector()and.B QccDatasetCovarianceMatrix()calculate the mean and covariance, respectively, of.IR dataset ..LP.B QccDatasetMeanVector()returns .IR mean ,a vector of dimension.I dataset->vector_dimensionthat is the average of all the vectors contained in.IR dataset ..LP.B QccDatasetCovarianceMatrix()returns.IR covariance ,a matrix of dimension.I dataset->vector_dimension by.I dataset->vector_dimension that is the covariance matrix of.IR dataset .Each vector of .I datasetis considered to be an observation of some random vector process;.I covarianceis then the covariance matrix of that random vector process..LPFor datasets being accessed via block-based access,.B QccDatasetMeanVector()and.B QccDatasetCovarianceMatrix()calculate the mean and covariance matrix, respectively,of the current block of the dataset, rather than of the whole file..LPBoth.I meanand.I covariancemust be allocated prior to calling .B QccDatasetMeanVector()or.B QccDatasetCovarianceMatrix()respectively..SH "RETURN VALUE"On success, 0 is returned. On error, 1 is returned..SH "SEE ALSO".BR QccDataset (3),.BR QccPack (3).SH AUTHORCopyright (C) 1997-2009 James E. Fowler.\" The programs herein are free software; you can redistribute them an.or.\" modify them under the terms of the GNU General Public License.\" as published by the Free Software Foundation; either version 2.\" of the License, or (at your option) any later version..\" .\" These programs are distributed in the hope that they will be useful,.\" but WITHOUT ANY WARRANTY; without even the implied warranty of.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the.\" GNU General Public License for more details..\" .\" You should have received a copy of the GNU General Public License.\" along with these programs; if not, write to the Free Software.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?