代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/286662/8751807

m mean_bootstrap.m

function [mu, bias, varjack] = mean_bootstrap(data, B) %Find the estimate of the mean, it's bias and variance using the bootstrap estimator method %Inputs: % data - The data from which to estimat
www.eeworm.com/read/385658/8793769

m awgn.m

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

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/285340/8849901

m contents.m

% RICIAN % % Files % ricepdf - Rice/Rician probability density function (pdf). % ricernd - Random samples from the Rice/Rician probability distribution. % ricestat - Mean and variance of Rice/
www.eeworm.com/read/187097/8856642

java agentvariants.java

package asm; /** * Title: Artificial Stock Market * Description: 人工模拟股市(来源:SFI的Swarm版本)的Java版本 * Copyright: Copyright (c) 2003 * Company: http://agents.yeah.net * @author jake *
www.eeworm.com/read/428270/8880104

m awgn.m

%************************************************************************** %Function:AWGN channel %功能:产生AWGN信道 %function y=awgn(x,var) %Input: x ---> input signal %Input: var ---> variance %
www.eeworm.com/read/284604/8914317

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/186113/8959007

h newran.h

// newran.h ------------------------------------------------------------ // NEWRAN02 #ifndef NEWRAN_LIB #define NEWRAN_LIB 0 //******************* utilities and definitions *****************
www.eeworm.com/read/186113/8959027

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/185947/8971389

h newran.h

// newran.h ------------------------------------------------------------ // NEWRAN02 #ifndef NEWRAN_LIB #define NEWRAN_LIB 0 //******************* utilities and definitions *****************