代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/206142/5010950
1 memc.1
.TH MEMC 1 "QCCPACK" ""
.SH NAME
memc \-
full-search, block-based motion estimation and compensation
.SH SYNOPSIS
.B memc
.RB "[\|" \-fp "\|]"
.RB "[\|" \-hp "\|]"
.RB "[\|" \-qp "\|]"
.RB "[\|" \-e
www.eeworm.com/read/273525/4204740
ado factor_rotate.ado
*! version 1.0.0 22feb2005
program factor_rotate, eclass
version 9
if "`e(cmd)'" != "factor" {
dis as err "factor estimation results not found"
error 301
}
if e(f) == 0 {
dis as
www.eeworm.com/read/273525/4206016
hlp estcom.hlp
{smcl}
{* 07apr2005}{...}
{cmd:help estcom}
{hline}
{title:Title}
{p 4 13 2}
{hi:[U] 20 Estimation and postestimation commands}
{title:Description}
{pstd}For a list of Stata's estima
www.eeworm.com/read/273525/4207163
ado mds_estat.ado
*! version 1.0.0 24mar2005
program mds_estat, rclass
version 9
if !inlist("`e(cmd)'", "mds", "mdsmat", "mdslong") {
dis as err "last estimation results not found"
exit 301
}
gettok
www.eeworm.com/read/273525/4207872
hlp bootstrap_mse.hlp
{smcl}
{* 30mar2005}{...}
{* this file gotten to from clickable output produced by _coef_table.ado}{...}
{title:What does "Bstrap *" mean?}
{pstd}
Your estimation results have "{bf:Bstrap *}" i
www.eeworm.com/read/273525/4208106
hlp jackknife_mse.hlp
{smcl}
{* 30mar2005}{...}
{* this file gotten to from clickable output produced by _coef_table.ado}{...}
{title:What does "Jknife *" mean?}
{pstd}
Your estimation results have "{bf:Jknife *}" i
www.eeworm.com/read/273525/4209323
ado _prefix_note.ado
*! version 1.0.0 25feb2005
program _prefix_note
version 9
syntax name(name=cmdname id="command name") [, noDOTS ]
if ("`dots'" != "") exit
di as txt "(running `cmdname' on estimation sam
www.eeworm.com/read/430506/1929403
m bayesdemo2.m
% BAYESDEMO2 demo on Bayes classifiation and error estimation.
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.c
www.eeworm.com/read/422520/2037085
m estimate_projective4point.m
%SURFmex example function
% Petter Strandmark 2008
% petter.strandmark@gmail,com
function [H] = estimate_projective4point(Po,Pt)
%Linear estimation (first 4 points)
A = zeros(2*4,
www.eeworm.com/read/411507/2186823
m analyze_duc.m
ShowPlots=4;
spec_win = 1024; % Window for Welch spectral estimation
addpath ../../model
%% Check GMSK output
if exist('gmsk_dout')
load results/gmsk_data_comp.mat;
if ShowPlots>=4