代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/219121/14893648
m knearestestimate.m
% k nearest neighbor estimation
function [KNearest]=KNearestEstimate(trainX,trainY,testX,k)
trainCnt=size(trainX,2); % 训练样本数量
testCnt=size(testX,2); % 测试样本数量
classLabMin=min(t
www.eeworm.com/read/191082/5167565
m demse3.m
% DEMSE3 Demonstrate nonlinear time series state estimation for Mackey-Glass chaotic time series
%
% The Mackey-Glass time-delay differential equation is defined by
%
% dx(t)/dt = 0.2x(t-
www.eeworm.com/read/348123/3158268
m log_mmse.m
function H = log_mmse(gamma,xihat)
% LOG_MMSE - MMSE log-spectral amplitude estimation (Ephraim & Malah, 1985)
% H = LOG_MMSE(GAMMA,XIHAT) returns the MMSE log-spectral amplitude
% estimatio
www.eeworm.com/read/273525/4205517
hlp is_svy.hlp
{smcl}
{* 10mar2005}{...}
{cmd:help is_svy}{right:also see: {help undocumented}}
{hline}
{title:Title}
{p 4 16 2}
{hi:is_svy} {hline 2} Determine if the last estimation command belongs to t
www.eeworm.com/read/273525/4208172
hlp y_progmlpar.hlp
{smcl}
{p 0 4}
{help contents:Top}
> {help y_progmat:Programming & matrices}
> {help y_programming:Programming}
> {help y_subroutines:Subroutines}
> {help y_progest:Estimation}
> {help y_progml
www.eeworm.com/read/273525/4208261
hlp y_progmldis.hlp
{smcl}
{p 0 4}
{help contents:Top}
> {help y_progmat:Programming & matrices}
> {help y_programming:Programming}
> {help y_subroutines:Subroutines}
> {help y_progest:Estimation}
> {help y_progml
www.eeworm.com/read/273525/4208290
ihlp ypostnote.ihlp
{* 24mar2005}{...}
{bf:Note}
{p 4 4 2} When visiting the help for any estimation command, click on the
postestimation link in the upper right corner. Many useful features can be
found there.{p_en
www.eeworm.com/read/413855/2157597
hh regionpep.hh
#ifndef rgnpep_hh
#define rgnpep_hh
/*
* =c
* EstimateRouterRegion(IP, [fixed?, fix-lat, fix-lon])
* =s Grid
* =d
* Run the Region-based Grid Position Estimation Protocol. Subtypes
* GridLocati
www.eeworm.com/read/359369/2978369
m demse3.m
% DEMSE3 Demonstrate nonlinear time series state estimation for Mackey-Glass chaotic time series
%
% The Mackey-Glass time-delay differential equation is defined by
%
% dx(t)/dt = 0.2x(t-
www.eeworm.com/read/268430/11140711
txt changes_v65.txt
Changes from version 6.4 to 6.5
Fast Integer Pixel Motion Estimation
- precalculation of SAD for all 4x4 blocks and all vector positions
- SAD calculation of nxm blocks is based on 4x4 SAD's