python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Stan - Why is imputation of bernoulli response variables in Stan resulting in biased inference?
I am trying to impute a binary response variable using a hierarchical model in Stan, but am getting biased estimates.
The data consist of a number of sessions that each have a different prevalence (pr...
Benny Borremans
Votes: 0
Answers: 0
Estimating parameters using stan when the distribution for response variable in a regression is non-normal - Part 2
This is an extension of my previous post here Estimating parameters using stan when the distribution for response variable in a regression is non-normal.
Let say I have below data
dat = list(y = c(0.0...
Bogaso
Votes: 0
Answers: 1
Estimating parameters using stan when the distribution for response variable in a regression is non-normal
I am using R+stan for Bayesian estimates of model parameters when the distribution for response variable in a regression is not normal but rather some custom distribution as below.
Let say I have belo...
Bogaso
Votes: 0
Answers: 1
Predict distributions parameters - algebraic solver
I'm wondering if there is an R package which can help me to get the correct parameters for a distribution of my choice and for intervals of my choice.
For Instance, here Betancourt is looking at inver...
Lefty
Votes: 0
Answers: 0