Hi,
I am trying the code and I noticed that compared to the plots in the paper, the code in this repo doesn't plot the conditional intensity of the PSH model.
I have two questions:
- Would that probability be the yhat of
glmval(b,[pos sta history],'log',stats,'constant','off');
- Is it correct to assume that the average AHI would be
mean(exp(b(2:5).*3600))?
Thanks in advance for the help
Hi,
I am trying the code and I noticed that compared to the plots in the paper, the code in this repo doesn't plot the conditional intensity of the PSH model.
I have two questions:
glmval(b,[pos sta history],'log',stats,'constant','off');mean(exp(b(2:5).*3600))?Thanks in advance for the help