Skip to content

Commit

Permalink
changed comments in DAISIE_loglik_high_lambda.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetienne committed Jul 24, 2024
1 parent 2918b5a commit 1575f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DAISIE_loglik_high_lambda.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ DAISIE_loglik_high_lambda <- function(pars1, brts, stac) {
- mu / (N - 1) * sum((1:N) * (0:(N - 1)) * brtsdiff[(2 + (stac == 6)):(N + 1 + (stac == 6))])
return(out)
} else return(-Inf) # stac == 1, 3, 4, 5, 7, 8, 9
#Stac 6 to be checked
#Stac 6 to be checked still
return(out)
}

0 comments on commit 1575f6e

Please sign in to comment.