代码搜索:predict

找到约 2,271 项符合「predict」的源代码

代码结果 2,271
www.eeworm.com/read/273525/4206476

dlg streg1_p.dlg

/* predict (after streg (with gompertz, weibull, or ereg)) *! VERSION 1.1.1 28mar2005 */ VERSION 9.0 INCLUDE _std_large INCLUDE header HELP hlp1, view("help streg postestimation")
www.eeworm.com/read/273525/4206674

ado svyreg_p.ado

*! version 1.0.2 29sep2004 program define svyreg_p /* predict for svyreg and svyivreg */ version 6, missing /* Step 1: place command-unique options in local myopts Note that standard
www.eeworm.com/read/273525/4207699

hlp asmprobit_postestimation.hlp

{smcl} {* 29mar2005}{...} {cmd:help asmprobit}{...} {right:dialogs: {bf:{dialog asmprobit_p:predict}} {bf:{dialog asmprobit_estat:estat}}} {right:also see: {helpb asmprobit} } {hline} {
www.eeworm.com/read/273525/4207928

dlg bipr_p.dlg

/* predict (after biprobit) *! VERSION 1.1.1 28mar2005 */ VERSION 9.0 INCLUDE _std_large // ** set POSTINIT to match INCLUDE header HELP hlp1, view("help biprobit postestimation")
www.eeworm.com/read/273525/4209695

dlg tobit_p.dlg

/* predict (after tobit) *! VERSION 1.1.2 01apr2005 */ VERSION 9.0 INCLUDE tobit_common_p HELP hlp1, view("help tobit postestimation") RESET res1
www.eeworm.com/read/273525/4209913

dlg truncr_p.dlg

/* predict (after truncreg) *! VERSION 1.1.2 29mar2005 */ VERSION 9.0 INCLUDE _std_medium // ** set POSTINIT to match INCLUDE header HELP hlp1, view("help truncreg postestimation"
www.eeworm.com/read/273525/4209944

dlg treatr_p.dlg

/* predict (after treatreg) *! VERSION 1.1.1 28mar2005 */ VERSION 9.0 INCLUDE _std_large // ** set POSTINIT to match INCLUDE header HELP hlp1, view("help treatreg postestimation")
www.eeworm.com/read/273525/4210129

dlg heckpr_p.dlg

/* predict (after heckprob) *! VERSION 1.1.2 28mar2005 */ VERSION 9.0 INCLUDE _std_large // ** set POSTINIT to match INCLUDE header HELP hlp1, view("help heckprob postestimation")
www.eeworm.com/read/261703/4319699

v slowl.v

`timescale 100 ps/100 ps /* * predict the next entry in the input * stream of results */ module slow_learner(rst,guess, result, clk); output guess; input rst,result, clk; reg guess; al
www.eeworm.com/read/194440/8194601

m predlowf.m

function sout=predlowf(s,f,flower,fupper,n) % sout=predlowf(s,f,flower,fupper,n) % % PREDLOWF uses Burg prediction filtering to predict the low portion of % a frequency spectrum. % Algorithm: % - Cop