Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据STAN 主页,STAN 能够进行惩罚最大似然 (BFGS) 优化。我正在使用 R 包rstan,但我还没有找到任何方法来使用这种方法。我试图查看?stan该函数的帮助stan(),但唯一可用的选项算法是"NUTS"and "HMC"。
rstan
?stan
stan()
"NUTS"
"HMC"
我正在使用 rstan 2.5.0 版。
你想看一下help(optimizing, package = "rstan"),即optimizing()RStan包中的函数。
help(optimizing, package = "rstan")
optimizing()