代码搜索:Variance

找到约 2,271 项符合「Variance」的源代码

代码结果 2,271
www.eeworm.com/read/185947/8971525

cpp newran.cpp

// newran.cpp ----------------------------------------------------------- // NEWRAN02 #define WANT_STREAM #define WANT_MATH #include "Include.h" #include "newran.h" //#include "mother.h"
www.eeworm.com/read/383010/8981647

conf ts.conf

#module mousebuts module variance xlimit=50 ylimit=50 pthreshold=3 module dejitter xdelta=1 ydelta=1 pthreshold=3 module linear
www.eeworm.com/read/426783/8999860

c mrandom.c

#include #include #include #include "msp.h" float randnu(long *iseed) { float z; *iseed=2045*(*iseed)+1; *iseed=*iseed-(*iseed/1048576)*10
www.eeworm.com/read/283489/9017593

c mrandom.c

#include #include #include #include "msp.h" float randnu(long *iseed) { float z; *iseed=2045*(*iseed)+1; *iseed=*iseed-(*iseed/1048576)*10
www.eeworm.com/read/184998/9060716

f conf.f

* Copyright c 1998-2002 The Board of Trustees of the University of Illinois * All rights reserved. * Developed by: Large Scale Systems Research Laboratory * Professor Richard Braa
www.eeworm.com/read/380869/9125206

cpp 02.cpp

//:02.cpp //求解均值,方差,标准差计算器 #include #include #include #include //#define n 10//宏定义十个变量,这里可以任意定义变量的个数 using namespace std; float SumAllNumber(int N,float *
www.eeworm.com/read/377799/9262381

m awgn.m

%************************************************************************************* % This function pertains to the addition of AWGN with mean zero and % parameter 'variance' to
www.eeworm.com/read/376040/9334982

txt spss教程.txt

四分位数(Quartiles)、均数(Mean)、中位数(Median)、众数(Mode)、总和(Sum)、 标准差(Std.deviation)、方差(Variance)、全距 (Range)、最小值(Minimum)、最大值(Maximum)、 标准误(S.E.mean)、偏度系数(Skewness)和峰度系数(Kurtosis)
www.eeworm.com/read/374994/9375858

m awgn.m

%************************************************************************************* % This function pertains to the addition of AWGN with mean zero and % parameter 'variance' to
www.eeworm.com/read/177129/9468849

m mean_jackknife.m

function [mu, bias, varjack] = mean_jackknife(data) %Find the estimate of the mean, it's bias and variance using the jackknife estimator method %Inputs: % data - The data from which to estimate