1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
/*!
\page batch_detail_stat statistics
This function performs the operation across all batches present in the input simultaneously.
*/
/**
\addtogroup arrayfire_func
@{
\defgroup stat_func_mean mean
\ingroup basicstats_mat
Find the mean of values in the input
\copydoc batch_detail_stat
========================================================
\defgroup stat_func_var var
\ingroup basicstats_mat
Find the variance of values in the input
\copydoc batch_detail_stat
========================================================
\defgroup stat_func_stdev stdev
\ingroup basicstats_mat
Find the standar deviation of values in the input
\copydoc batch_detail_stat
========================================================
\defgroup stat_func_cov cov
\ingroup basicstats_mat
Find the covariance of values in the input
\copydoc batch_detail_stat
========================================================
\defgroup stat_func_median median
\ingroup basicstats_mat
Find the median of values in the input
\copydoc batch_detail_stat
========================================================
\defgroup stat_func_corrcoef corrcoef
\ingroup basicstats_mat
Find the correlation coefficient of values in the input
\copydoc batch_detail_stat
========================================================
@}
*/
|