代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/273525/4210166
ihlp unstarred.ihlp
{* 20dec2004}{...}
{p 4 6 2} Unstarred statistics are available both in and out of sample; type
{cmd:predict} {it:...} {cmd:if e(sample)} {it:...} if wanted only for the
estimation sample. Starred
www.eeworm.com/read/430037/1942744
m pr2_51.m
%Problem 2.51;
%Simulates ML estimation of time delay and compares experimental and theoretical error standard deviations of the estimate;
clear all; close all;
T=[0:0.01:10]; N=length(T); %disc
www.eeworm.com/read/428780/1954076
m demo_mmgauss.m
function demo_mmgauss(action,hfigure,varargin)
% DEMO_MMGAUSS Demo on minimax estimation for Gaussian.
%
% Synopsis:
% demo_mmgauss
%
% Description:
% demo_mmgauss demonstrates the minimax estimati
www.eeworm.com/read/420803/2061042
c motion_est.c
/*
* Motion estimation
* Copyright (c) 2000,2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can
www.eeworm.com/read/376881/2706674
m mmgauss.m
function model=mmgauss(X,options,init_model)
% MMGAUSS Minimax estimation of Gaussian distribution.
%
% Synopsis:
% model = mmgauss(X)
% model = mmgauss(X,options)
% model = mmgauss(X,options
www.eeworm.com/read/371708/2779031
m mmgauss.m
function model=mmgauss(X,options,init_model)
% MMGAUSS Minimax estimation of Gaussian distribution.
%
% Synopsis:
% model = mmgauss(X)
% model = mmgauss(X,options)
% model = mmgauss(X,options
www.eeworm.com/read/364212/2907665
h waterfill.h
/* function which computes the bit allocation from the channel estimation.
The function uses the so called waterfilling algorithm.*/
// inputs: Hreal, Himag, Noise_var
// outputs: bn, en, btot
www.eeworm.com/read/364212/2907723
h waterfill.h
/* function which computes the bit allocation from the channel estimation.
The function uses the so called waterfilling algorithm.*/
// inputs: Hreal, Himag, Noise_var
// outputs: bn, en, btot
www.eeworm.com/read/364212/2907857
h waterfill.h
/* function which computes the bit allocation from the channel estimation.
The function uses the so called waterfilling algorithm.*/
// inputs: Hreal, Himag, Noise_var
// outputs: bn, en, btot
www.eeworm.com/read/359369/2978371
m demse2.m
% DEMSE2 Demonstrate state estimation on a simple scalar nonlinear (time variant) problem
%
% See also
% GSSM_N1
% Copyright (c) Oregon Health & Science University (2006)
%
% This file