代码搜索:ESTIMATION

找到约 3,786 项符合「ESTIMATION」的源代码

代码结果 3,786
www.eeworm.com/read/382961/8984268

txt readme.txt

Last Update: September 2, 2004 1. The following MATLAB programs implement panel data estimation. PDE.m is the main program, and refer to the notes in it for the usage of the programs.
www.eeworm.com/read/283587/9004820

c motion_est.c

/* * Motion estimation * Copyright (c) 2000,2001 Fabrice Bellard. * Copyright (c) 2002-2004 Michael Niedermayer * * * This library is free software; you can redistribute it and/or * modify it u
www.eeworm.com/read/177129/9468892

m bayesian_parameter_est.m

function [mu, sigma] = Bayesian_parameter_est(train_features, train_targets, sigma, region) % Estimate the mean using the Bayesian parameter estimation for Gaussian mixture algorithm % Inputs: %
www.eeworm.com/read/372113/9521227

m bayesian_parameter_est.m

function [mu, sigma] = Bayesian_parameter_est(train_patterns, train_targets, sigma) % Estimate the mean using the Bayesian parameter estimation for Gaussian mixture algorithm % Inputs: % pattern
www.eeworm.com/read/372037/9523888

m d_arma.m

%D_ARMA HOSA Demo: Linear Processes - Parametric (ARMA) model estimation % Blind deconvolution. echo off % Demo of armaqs, armarts % A. Swami Jan 20, 1995 % Copyrigh
www.eeworm.com/read/362008/10023907

m bayesian_parameter_est.m

function [mu, sigma] = Bayesian_parameter_est(train_patterns, train_targets, sigma) % Estimate the mean using the Bayesian parameter estimation for Gaussian mixture algorithm % Inputs: % pattern
www.eeworm.com/read/361768/10036513

m dcc_mvgarch_full_likelihood.m

function [logL, Rt, likelihoods, Qt]=dcc_garch_full_likelihood(parameters, data, archP,garchQ,dccP,dccQ) % PURPOSE: % Full likelihood for use in the DCC_MVGARCH estimation and % retur
www.eeworm.com/read/361768/10036596

m fattailed_garch.m

function [parameters, likelihood, stderrors, robustSE, ht, scores] = fattailed_garch(data , p , q , errors, startingvals, options) % PURPOSE: % FATTAILED_GARCH(P,Q) parameter estimation with dif
www.eeworm.com/read/361768/10036645

m egarchx.m

function [parameters, likelihood, stderrors, robustSE, ht, scores]=egarchX(data,p,o,q,errors, X,options, startingvals); % PURPOSE: % EGARCHX(P,Q) parameter estimation with different error distri
www.eeworm.com/read/361768/10036649

m fattailed_garch2.m

function [parameters, likelihood] = fattailed_garch2(data , p , q , breakpt , startingvals, options) % PURPOSE: % FATTAILED_GARCH(P,Q) parameter estimation with different error distributions, th