Home
last modified time | relevance | path

Searched defs:panal (Results 1 – 8 of 8) sorted by relevance

/dports/math/mcsim/mcsim-6.2.0/sim/
H A Dsim.c540 int DoOneNormalExp (PANALYSIS panal, PEXPERIMENT pexp) in DoOneNormalExp()
586 int DoOneMCExp (PANALYSIS panal, PEXPERIMENT pexp) in DoOneMCExp()
609 void DoNormal (PANALYSIS panal) in DoNormal()
634 void DoMonteCarlo (PANALYSIS panal) in DoMonteCarlo()
716 void DoSetPoints (PANALYSIS panal) in DoSetPoints()
801 void DoAnalysis (PANALYSIS panal) in DoAnalysis()
849 void FreeMemory (PANALYSIS panal) in FreeMemory()
931 void PrepAnalysis (PANALYSIS panal) in PrepAnalysis()
1046 PSTR *pszFileOut, PANALYSIS panal) in GetCmdLineArgs()
1210 PANALYSIS panal = (PANALYSIS) malloc (sizeof(ANALYSIS)); in main() local
H A Dsimo.c155 void WriteMCHeader (PFILE pfileOut, PANALYSIS panal) in WriteMCHeader()
190 void OpenMCFiles (PANALYSIS panal) in OpenMCFiles()
229 void CloseMCFiles (PANALYSIS panal) in CloseMCFiles()
244 void WriteMCOutput (PANALYSIS panal, PMCPREDOUT pmcpredout) in WriteMCOutput()
272 void WriteNormalOutput (PANALYSIS panal, PEXPERIMENT pexp) in WriteNormalOutput()
H A Dsimi.c338 PANALYSIS panal = (PANALYSIS) pibIn->pInfo; in GetSimType() local
1273 PANALYSIS panal = (PANALYSIS) pibIn->pInfo; in GetMCMCSpec() local
1929 PANALYSIS panal = (PANALYSIS) pibIn->pInfo; in GetDistribParam() local
2195 PANALYSIS panal = (PANALYSIS) pibIn->pInfo; in GetParmMod() local
2263 PANALYSIS panal = (PANALYSIS) pibIn->pInfo; in GetParmMod2() local
2316 PANALYSIS panal = (PANALYSIS)pibIn->pInfo; in NewExperiment() local
2428 PANALYSIS panal = (PANALYSIS)pibIn->pInfo; in SetLevel() local
2507 BOOL EndLevel (PANALYSIS panal) in EndLevel()
2519 void FreeLevels (PANALYSIS panal) in FreeLevels()
2677 PANALYSIS panal; in ProcessWord() local
[all …]
H A Doptdsign.c45 void InitOptArrays (PANALYSIS panal, int **piDesign_mask, in InitOptArrays()
108 void OpenOptFiles (PANALYSIS panal) in OpenOptFiles()
134 void WriteOutHeader (PANALYSIS panal, int criterion) in WriteOutHeader()
169 void SetupLikes (PANALYSIS panal, long nPreds, PMCVAR **pLikes) in SetupLikes()
294 int Estimate_y (PANALYSIS panal, double *pdTheta, double *pdY) in Estimate_y()
349 void ReadAndSimulate (PANALYSIS panal, long nSetParms, in ReadAndSimulate()
568 void WriteOptimOut (PANALYSIS panal, long iter, long nDesignPts, in WriteOptimOut()
646 void CloseOptFiles (PANALYSIS panal) in CloseOptFiles()
662 void DoOptimalDesign (PANALYSIS panal) in DoOptimalDesign()
H A Dyourcode.c80 void TransformPred (PANALYSIS panal, PMCPREDOUT pMCPredOut) in TransformPred()
96 void OutspecToLinearArray (PANALYSIS panal, PMCPREDOUT pMCPredOut) in OutspecToLinearArray()
H A Dlexerr.c218 void ReportRunTimeError (PANALYSIS panal, WORD wCode, ...) in ReportRunTimeError()
H A Dsimmonte.c359 BOOL GetSPMods (PANALYSIS panal, double rgParms[]) in GetSPMods()
H A Dsiminit.c212 void InitAnalysis (PANALYSIS panal) in InitAnalysis()