代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/300244/3847706
m figure331.m
% figure331 - Display leakage of Haar wavelet variance
% compared to other estimators
%
% Usage:
% run figure331
%
% $Id: figure331.m 569 2005-09-12 19:37:21Z ccornish $
% Load the data
[X, x_at
www.eeworm.com/read/362216/2936033
m figure331.m
% figure331 - Display leakage of Haar wavelet variance
% compared to other estimators
%
% Usage:
% run figure331
%
% $Id: figure331.m 569 2005-09-12 19:37:21Z ccornish $
% Load the data
[X, x_at
www.eeworm.com/read/249499/12491146
rd var.jack.rd
%% $Id: var.jack.Rd 142 2007-10-01 13:10:25Z bhm $
\encoding{latin1}
\name{var.jack}
\alias{var.jack}
\title{Jackknife Variance Estimates of Regression Coefficients}
\description{
Calculates jackkni
www.eeworm.com/read/428608/8856224
m arls.m
function [a,e,V,FPE]=arls(x,p)
% function [a,e,V,FPE]=arls(x,p)
% All-Pole (AR) modeling using No-Windowing
% Linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
%
www.eeworm.com/read/428608/8856285
m arlsfb.m
function [a,e,V,FPE]=arlsfb(x,p)
% All-Pole (AR) modeling using No-Windowing
% forward-backward linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
% FPE=Akaike's fin
www.eeworm.com/read/282317/9102180
m arls.m
function [a,e,V,FPE]=arls(x,p)
% function [a,e,V,FPE]=arls(x,p)
% All-Pole (AR) modeling using No-Windowing
% Linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
%
www.eeworm.com/read/282317/9102258
m arlsfb.m
function [a,e,V,FPE]=arlsfb(x,p)
% All-Pole (AR) modeling using No-Windowing
% forward-backward linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
% FPE=Akaike's fin
www.eeworm.com/read/357136/10215703
m arls.m
function [a,e,V,FPE]=arls(x,p)
% function [a,e,V,FPE]=arls(x,p)
% All-Pole (AR) modeling using No-Windowing
% Linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
%
www.eeworm.com/read/357136/10215728
m arlsfb.m
function [a,e,V,FPE]=arlsfb(x,p)
% All-Pole (AR) modeling using No-Windowing
% forward-backward linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
% FPE=Akaike's fin
www.eeworm.com/read/198923/7903790
cpp n(-2,1).cpp
#define N 100000
#define DIV 35 /*从-8.7到+9.3等分45个区间,间距为0.4*/
#define SPACING DIV*0.4
#define MEAN -2
#define VARIANCE 1
#include "math.h"
#include "stdio.h"
main()
{