Description Usage Arguments Value Examples
View source: R/functions_poisson.r
get_starting_point
returns a list with a starting point constructed
from a sample and also returns the optimization results from that sample.
1 |
p |
a problem |
list
1 2 | p <- make_problem(h=100, s=3, k=2)
spoint <- get_starting_point(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.