代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/165117/10075760
license
fastDNAml, a program for estimation of phylogenetic trees from sequences.
Copyright (C) 1998, 1999, 2000 by Gary J. Olsen
This program is free software; you may redistribute it and/or modify it
under
www.eeworm.com/read/358611/10183849
m esprit.m
function w=esprit(y,n,m)
%
% The ESPRIT method for frequency estimation.
%
% w=esprit(y,n,m);
%
% y -> the data vector
% n -> the model order
% m -> the order of the cova
www.eeworm.com/read/357874/10199127
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/356808/10221072
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/356653/10223421
m demo_mc.m
% 1) Extended Kalman Filter (EKF)
% 2) Unscented Kalman Filter (UKF)
% Copyright (c) Gao Yanan (2004)
% Novel approach to nonlinear/non-Gaussian Bayesian state estimation
% Bea
www.eeworm.com/read/356653/10223422
m ins_alignment_unsented.m
% 1) Extended Kalman Filter (EKF)
% 2) Unscented Kalman Filter (UKF)
% Copyright (c) Gao Yanan (2004)
% Novel approach to nonlinear/non-Gaussian Bayesian state estimation
% Bea
www.eeworm.com/read/162867/10262521
m specestim.m
%SPECESTIM Frequency spectrum estimation.
% [Sx, Sn, Sh] = SPECESTIM(X, N, H, NN) returns the frequency
% spectrum of the transmitted data in Sx, the channel noise
% in Sn and the magnitude square fre
www.eeworm.com/read/162188/10327591
src maxdens.src
/*
** maxdens.src MAXDensity - Kernel Density Estimation
**
**
** (C) Copyright 1994-1996 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CO
www.eeworm.com/read/162188/10327815
src maxlik.src
/*
** maxlik.src MAXLIK - Maximum Likelihood Estimation
**
**
** (C) Copyright 1988-1997 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE
www.eeworm.com/read/277084/10670233
cpp nl_ex.cpp
// This is an example of a non-linear least squares fit. The example
// is from "Nonlinear estimation" by Gavin Ross (Springer,1990), p 63.
// There are better ways of doing the fit in this case so