代码搜索:predicting

找到约 55 项符合「predicting」的源代码

代码结果 55
www.eeworm.com/read/279486/4136343

m lrm_d_ab_pred.m

function [Yhat,Pmod] = lrm_d_ab_pred(M,pt,x,Y,Seq,maxx) %LRM_D_AB_PRED Make a partial curve prediction with an LRM_D_AB model. % % This function makes posterior predictions by "predicting" value
www.eeworm.com/read/279486/4136348

m lrm_cd_b_pred.m

function [Yhat,Pmod] = lrm_cd_b_pred(M,pt,x,Y,Seq,maxx) %LRM_CD_B_PRED Make a partial curve prediction with an LRM_CD_B model. % % This function makes posterior predictions by "predicting" value
www.eeworm.com/read/279486/4136350

m srm_d_b_pred.m

function [Yhat,Pmod] = srm_d_b_pred(M,pt,x,Y,Seq,maxx) %SRM_D_B_PRED Make a partial curve prediction with an SRM_D_B model. % % This function makes posterior predictions by "predicting" values
www.eeworm.com/read/279486/4136351

m lrm_d_b_pred.m

function [Yhat,Pmod] = lrm_d_b_pred(M,pt,x,Y,Seq,maxx) %LRM_D_B_PRED Make a partial curve prediction with an LRM_D_B model. % % This function makes posterior predictions by "predicting" values
www.eeworm.com/read/367752/9733900

h ugm_defines.h

#ifndef UGM_DEFINES #include #define UGM_DEFINES #define CALIBRATING 1 #define PREDICTING 2 #define TESTING 3 #define PIXEL long #define GRID_P PIXEL* #define BOOLEAN int #define MAX_FILENA