PyBEAM:一个贝叶斯式的参数推理方法,用于一类广泛的二进制证据积累模型
Matthew Murrow1, William R Holmes2
1Department of Physics and Astronomy, Vanderbilt University, 6301 Stevenson Science Center, Nashville, 37212, TN, USA.
Behavior research methods
|August 7, 2023
概括
PyBEAM是贝叶斯证据积累模型 (EAM) 的一个新的Python包. 它扩展了复杂的EAM,减少了计算时间,并使它们更容易用于决策研究.
科学领域:
- 认知科学 认知科学
- 计算神经科学是一种神经科学.
- 心理学 心理学 心理学
背景情况:
- 决策理论经常使用证据积累模型 (EAMs).
- 扩散决策模型 (DDM) 是一个流行的EAM,但有局限性.
- 复杂的EAM在计算上具有挑战性,这限制了它们的应用.
研究的目的:
- 介绍PyBEAM,这是一个用于贝叶斯证据积累模型的Python包.
- 为二元决策模型开发一个一般的概率框架.
- 解决应用贝叶斯方法对复杂EAMs的计算挑战.
主要方法:
- 在二元决策模型中开发了选择和响应时间分布的一般概率框架.
- 集成的计算优化建模与PyMC用于贝叶斯参数估计.
- 证明了各种EAMs的参数恢复.
主要成果:
- PyBEAM扩大了适用于贝叶斯分析的EAM范围.
- 该包显著减少了EAM分析的计算时间.
- 对于使用复杂的EAM的研究人员来说,PyBEAM降低了进入门.
结论:
- PyBEAM为推进决策研究提供了一个强大且易于使用的工具.
- 该套件有助于将复杂的EAM应用到现实数据中.
- 这项工作增强了EAM分析的计算和实践方面.
相关概念视频
Mechanistic Models: Compartment Models in Individual and Population Analysis
64
Mechanistic models are utilized in individual analysis using single-source data, but imperfections arise due to data collection errors, preventing perfect prediction of observed data. The mathematical equation involves known values (Xi), observed concentrations (Ci), measurement errors (εi), model parameters (ϕj), and the related function (ƒi) for i number of values. Different least-squares metrics quantify differences between predicted and observed values. The ordinary least...
64
Parametric Survival Analysis: Weibull and Exponential Methods
474
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
474
Model Approaches for Pharmacokinetic Data: Distributed Parameter Models
96
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
96
Distributions to Estimate Population Parameter
4.1K
The accurate values of population parameters such as population proportion, population mean, and population standard deviation (or variance) are usually unknown. These are fixed values that can only be estimated from the data collected from the samples. The estimates of each of these parameters are sample proportion, the sample mean, and sample standard deviation (or variance). To obtain the values of these sample statistics, data are required that have particular distribution and central...
4.1K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
81
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
81
Binomial Probability Distribution
11.1K
A binomial distribution is a probability distribution for a procedure with a fixed number of trials, where each trial can have only two outcomes.
The outcomes of a binomial experiment fit a binomial probability distribution. A statistical experiment can be classified as a binomial experiment if the following conditions are met:
There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
There are only two possible outcomes,...
The outcomes of a binomial experiment fit a binomial probability distribution. A statistical experiment can be classified as a binomial experiment if the following conditions are met:
There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
There are only two possible outcomes,...
11.1K


