代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/432495/8601720
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/432348/8609352
m training based channel equalization.m
T=1000; % total number of data
dB=25; % SNR in dB value
%%%%%%%%% Simulate the Received noisy Signal %%%%%%%%%%%
N=5; % smoothing length N+1
P=5; % shifting Lh
www.eeworm.com/read/388422/8610557
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/386050/8768059
m parzenml3.m
%PARZENML Optimum smoothing parameter in Parzen density estimation.
%
% H = PARZENML(A,FID)
%
% INPUT
% A input dataset
% FID File ID to write progress to (default [], see PRPROGRESS)
%
%
www.eeworm.com/read/429878/8784072
htm evidence.htm
Netlab Reference Manual evidence
evidence
Purpose
Re-estimate hyperparameters using evidence approximation.
Synopsis
www.eeworm.com/read/428849/8834928
m contents.m
% Probability distribution functions.
%
% estimation - (dir) Probability distribution estimation.
%
% dsamp - Generates samples from discrete distribution.
% erfc2 - Normal cumulative dis
www.eeworm.com/read/284259/8952227
r sbgcop.mcmc.r
### Name: sbgcop.mcmc
### Title: Semiparametric Bayesian Gaussian copula estimation
### Aliases: sbgcop.mcmc plot.psgc summary.psgc print.sum.psgc
### Keywords: multivariate models
### ** Exampl
www.eeworm.com/read/284259/8952285
html sbgcop.package.html
R: Semiparametric Bayesian Gaussian copula estimation