Calculate the log-likelihood for a 1-d binary population (quickly)

loglik_binary_fast_(P, n_0, n_1)

Arguments

P

the population proportion

n_0

the number of failures in the sample

n_1

the number of successes in the sample