代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/493206/6398524

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/493294/6400324

m klldc.m

%KLLDC Linear classifier built on the KL expansion of the common covariance matrix % % W = KLLDC(A,N) % W = KLLDC(A,ALF) % % INPUT % A Dataset % N Number of significant eigenvectors % AL
www.eeworm.com/read/492929/6414220

m theil_d.m

% PURPOSE: An example using theil(), % prt_reg(), % plt_reg(), % Theil-Golberger mixed estimation %---------------------------------------------
www.eeworm.com/read/490548/6447411

readme

$Id: README,v 1.3 2002/06/19 18:55:08 dlowder Exp $ General ======= The idea of tslib is to have a core library that provides standardised services, and a set of plugins to manage the conversion and
www.eeworm.com/read/490548/6447429

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/489612/6466756

m uninorm.m

function y = uninorm(x,m,var) % Evaluates a multidimensional Gaussian % of mean m and variance var % at the array of points x % ff = ((2*pi*(var+realmin))^(-1/2)); y = ff * exp((-1/(2*var))*(x-m
www.eeworm.com/read/488103/6496790

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/486101/6543507

h initstateofukf.h

#pragma once #include "UKF_COMMAN_HEAD.h" #include "..\ObjectAngleCheck.h" class CInitStateOfUKF:virtual public ObjectAngleCheck { public: CInitStateOfUKF(void); CInitStateOfUKF(size_t StateS
www.eeworm.com/read/484011/6588789

conf ts.conf

module variance xlimit=50 ylimit=50 pthreshold=1 module dejitter xdelta=10 ydelta=10 pthreshold=1 module linear
www.eeworm.com/read/484011/6588830

readme

$Id: README,v 1.3 2002/06/19 18:55:08 dlowder Exp $ General ======= The idea of tslib is to have a core library that provides standardised services, and a set of plugins to manage the conversion and