楼主: zxggh123
8139 11

急需GAUSS的CML模块! [推广有奖]

  • 0关注
  • 1粉丝

博士生

71%

还不是VIP/贵宾

-

威望
0
论坛币
3021 个
通用积分
2.6144
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
2805 点
帖子
100
精华
0
在线时间
514 小时
注册时间
2005-4-8
最后登录
2024-4-5

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

那位朋友有呀?价格合适,愿意出money购买!

不胜感激!

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:GAUSS Aus CML USS money 模块 GAUSS CML

沙发
zxggh123 发表于 2005-5-13 15:41:00 |只看作者 |坛友微信交流群
我的qq:4440156,唉,写毕业论文急需,程序都快编好啦!可惜没有模块可以运行!

使用道具

藤椅
glenn001 发表于 2005-5-13 17:11:00 |只看作者 |坛友微信交流群

我也对这个模块感兴趣,有的朋友能否留下你的联系方式?

使用道具

板凳
haoqm 发表于 2005-5-13 20:26:00 |只看作者 |坛友微信交流群

我只有ML,也求CML,但不知是下面那个不是

/* ** cml.src CML - Maximum Likelihood Estimation with General ** Nonlinear Constraints on Parameters ** ** (C) Copyright 1994-1996 Aptech Systems, Inc. ** All Rights Reserved. ** ** This Software Product is PROPRIETARY SOURCE CODE OF APTECH ** SYSTEMS, INC. This File Header must accompany all files using ** any portion, in whole or in part, of this Source Code. In ** addition, the right to create such files is strictly limited by ** Section 2.A. of the GAUSS Applications License Agreement ** accompanying this Software Product. ** ** If you wish to distribute any portion of the proprietary Source ** Code, in whole or in part, you must first obtain written ** permission from Aptech Systems. ** **-------------------**------------------**-------------------**-----------** **-------------------**------------------**-------------------**-----------** ** ** Written by Ronald Schoenberg ** ** CONTENTS LINE ** -------- ---- ** CML procedure 39 ** Global Variables 89 ** Procedure For Computing Log-likelihood Function 470 ** Source Code 536 ** ** CMLPrt 644 ** CMLCLPrt 797 ** CMLTlimits 940 ** **-------------------**------------------**-------------------**-----------** **-------------------**------------------**-------------------**--

使用道具

报纸
zxggh123 发表于 2005-5-13 22:07:00 |只看作者 |坛友微信交流群

肯定不是,可能仅仅是利用CML的一段应用程序而已。CML模块是apethy公司的一个功能模块,应该包括算法等等,不会是这么简单的!

我最近一直在网上搜索,有兴趣的朋友一起努力,,看看是不是可以找到它!

使用道具

地板
zxggh123 发表于 2005-5-13 22:09:00 |只看作者 |坛友微信交流群
咦,你有全部的源程序吗?发上来看看!有可能是的呀!

使用道具

7
haoqm 发表于 2005-5-13 22:35:00 |只看作者 |坛友微信交流群

CML.LCG

/* ** GAUSS library file ** ** (C) Copyright 1988-1998 Aptech Systems, Inc. ** All Rights Reserved. ** ** This Software Product is PROPRIETARY SOURCE CODE OF APTECH ** SYSTEMS, INC. This File Header must accompany all files using ** any portion, in whole or in part, of this Source Code. In ** addition, the right to create such files is strictly limited by ** Section 2.A. of the GAUSS Applications License Agreement ** accompanying this Software Product. ** ** If you wish to distribute any portion of the proprietary Source ** Code, in whole or in part, you must first obtain written ** permission from Aptech Systems. ** **-------------------**------------------**-------------------**-----------** **-------------------**------------------**-------------------**-----------*/

cml.dec _cml_ver : matrix _cml_Algorithm : matrix _cml_CovPar : matrix _cml_ParNames : matrix _cml_LineSearch : matrix _cml_DirTol : matrix _cml_HessProc : matrix _cml_GradProc : matrix _cml_GradMethod : matrix _cml_MaxIters : matrix _cml_IterData : matrix _cml_UserSearch : matrix _cml_UserNumGrad : matrix _cml_UserNumHess : matrix _cml_Extrap : matrix _cml_Interp : matrix _cml_Delta : matrix _cml_MaxTry : matrix _cml_Options : matrix _cml_Lag : matrix _cml_FinalHess : matrix _cml_NumObs : matrix _cml_HessCov : matrix _cml_XprodCov : matrix _cml_Key : matrix _cml_MaxTime : matrix _cml_Active : matrix _cml_GradStep : matrix _cml_GradCheckTol : matrix _cml_Diagnostic : matrix _cml_Increment : matrix _cml_Center : matrix _cml_Width : matrix _cml_NumSample : matrix _cml_NumCat : matrix _cml_Select : matrix _cml_BootFname : string _cml_PriorProc : matrix _cml_BayesAlpha : matrix _cml_Kernel : matrix _cml_Smoothing : matrix _cml_EndPoints : matrix _cml_NumPoints : matrix _cml_Truncate : matrix _cml_Alpha : matrix _cml_HessPD : matrix _cml_Switch : matrix _cml_DFTol : matrix _cml_FeasibleTest : matrix _cml_InfCorr : matrix _cml_A : matrix _cml_B : matrix _cml_C : matrix _cml_D : matrix _cml_Bounds : matrix _cml_EqProc : matrix _cml_IneqProc : matrix _cml_EqJacobian : matrix _cml_IneqJacobian : matrix _cml_Lagrange : matrix _cml_eps2 : matrix _cml_eps3 : matrix _cml_dsn : string

cml.src cml : proc CMLset : proc CMLprt : proc CMLCLprt : proc cmltlimits : proc

cmlbayes.src CMLBayes : proc _cml_rndp : proc

cmlblim.src CMLBlimits : proc

cmlboot.src CMLboot : proc _cmlboot_rnd3 : proc

cmlcheck.src _cml_check : proc

cmlclim.src cmlclimits : proc _cl_test : proc _cl_set : proc _cl_quad : proc _cl_feasible : proc _cl_stepl : proc _cl_meritFunct : proc _cl_fnct : proc _cl_grad : proc _cl_hess : proc

cmldens.src CMLdensity : proc

cmlhist.src CMLhist : proc

cmlpflcl.src CMLPflCLimits : proc _pf_test : proc _pf_magnitude : proc _pfcl_set : proc _pfcl_quad : proc

cmlprof.src CMLProfile : proc _pf_feasible : proc

cmlutil.src _cml : proc _cml_sctu : proc _cml_stepl : proc _cml_bhhhstp : proc _cml_stepbt : proc _cml_usrsch1 : proc _cml_bracket : proc _cml_feasible : proc _cml_brent : proc _cml_half : proc _cml_rdd : proc _cml_deriv : proc _cml_grdfd : proc _cml_grdcd : proc _cml_grdf1 : proc _cml_grdc1 : proc _cml_hssp : proc _cml_meritFunct : proc _cml_fix0 : proc _cml_HPD : proc _cml_gradp_hpd : proc

使用道具

8
fatboy 发表于 2005-5-14 08:32:00 |只看作者 |坛友微信交流群
i have filled you needs in this forums wish you happy!

使用道具

9
zxggh123 发表于 2005-5-14 08:54:00 |只看作者 |坛友微信交流群
发上来的cml代码中,lcg文件可能是全部,但是.src文件就不行啦,不能使用

使用道具

10
zxggh123 发表于 2005-5-14 08:57:00 |只看作者 |坛友微信交流群
另外有没有高手知道,是否可以使用co模块编程做CML?指点一下,不胜感激!

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-20 11:20