代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/362216/2936157
m modwt_plot_comparison_wvar_ci.m
function modwt_plot_comparison_wvar_ci(WJ, ylabel_str, title_str)
% modwt_plot_comparison_wvar_ci -- Plot wavelet variance and various confidence interval methods for MODWT wavelet coefficients.
%
%
www.eeworm.com/read/354516/3077820
m mmse_mse_calc.m
%Function Declaration:
function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance);
%This function generates mean squared error for the the MMSE estimator..
%EVALUATION OF Hmmse
%Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/190969/8435853
m mytraining.m
function [w,error ]= mytraining(x,h,gaussian,learning,mode,center,variance)
%
[fnum dnum]= size(gaussian);
w = rand(fnum,1)*2-1;
oldw=w;
for i=1:100 % 100 epoches
for j=1:dn
www.eeworm.com/read/196836/8055260
m ar_spec.m
function [p,f] = ar_spec (a,var,ns);
% function [p,f] = ar_spec (a,var,ns);
% Get spectrum from AR coefficients
% a vector of AR coefficients
% var variance of noise term
% ns samples per s
www.eeworm.com/read/320045/13434020
m simu2data.m
function SIMU2DATA
%simulate a 2-way data (matrix)
%chrom is a matrix with peak height,peak position and peak variance of several chromatography peaks
%such as chrom =[1 20 1;1.5 40 0.8;2 70 1.2]
www.eeworm.com/read/336283/12455372
dfm unit1.dfm
object Form1: TForm1
Left = 302
Top = 157
Width = 406
Height = 261
Caption = 'Variance'#20989#25968
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/336283/12455375
~dfm unit1.~dfm
object Form1: TForm1
Left = 302
Top = 157
Width = 406
Height = 261
Caption = 'Variance'#20989#25968
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/218565/14915255
h statistics.h
#ifndef __GNU_STATISTICS_H__
#define __GNU_STATISTICS_H__
#include
namespace gnu
{
double mean(const std::vector& vect_data,const size_t stride);
double variance(const std:
www.eeworm.com/read/218191/14931655
m simu2data.m
function SIMU2DATA
%simulate a 2-way data (matrix)
%chrom is a matrix with peak height,peak position and peak variance of several chromatography peaks
%such as chrom =[1 20 1;1.5 40 0.8;2 70 1.2]
www.eeworm.com/read/218190/14931683
m simu2data.m
function SIMU2DATA
%simulate a 2-way data (matrix)
%chrom is a matrix with peak height,peak position and peak variance of several chromatography peaks
%such as chrom =[1 20 1;1.5 40 0.8;2 70 1.2]