代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/357874/10199111
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/425642/10342651
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/279402/10440791
itersum
neqs nsht nbls wtsht nitloc wtsp zmin eigtol rmscut hitct
50 0 0 0.0 3 0.50 0.00 0.020 0.002 7.
dvpmx dvpvsmx idmp vpdamp vpvsdmp stadamp
0.40
www.eeworm.com/read/278816/10504545
c gran.c
/* gran.c - gaussian random number generator */
double ran(); /* uniform generator */
double gran(m, s, iseed) /* usage: x = gran(m, s, &iseed); */
double
www.eeworm.com/read/159946/10585247
c gran.c
/* gran.c - gaussian random number generator */
double ran(); /* uniform generator */
double gran(m, s, iseed) /* usage: x = gran(m, s, &iseed); */
double
www.eeworm.com/read/422234/10653475
m gaussfilter.m
function y = GaussFilter(RGBimg)
%% HSV
% Mean = [0.08;0.56;0.75]; Variance = diag([0.03;0.1;0.1]);
% imgH=rgb2hsv(RGBimg/255);
% [N,M,t] = size(RGBimg);
% imgHShaped = reshape(imgH,N*M,[])';
%
www.eeworm.com/read/159014/10701730
m intersample.m
%% Extension of Example 12.16 in 舠tr鰉 and Wittenmark (1997)
% Compare the intersample variance between digital LQG controllers
% designed with discrete-time or continuous-time cost functions. Note
%
www.eeworm.com/read/350857/10705906
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/421253/10746565
m awgn.m
%**************************************************************************
%Function:AWGN channel
%功能:产生AWGN信道
%function y=awgn(x,var)
%Input: x ---> input signal
%Input: var ---> variance
%
www.eeworm.com/read/421253/10746592
m awgn.m
%**************************************************************************
%Function:AWGN channel
%功能:产生AWGN信道
%function y=awgn(x,var)
%Input: x ---> input signal
%Input: var ---> variance
%