get_starting_point: Construct a starting point from a sample of the data

Description Usage Arguments Value Examples

View source: R/functions_poisson.r

Description

get_starting_point returns a list with a starting point constructed from a sample and also returns the optimization results from that sample.

Usage

1

Arguments

p

a problem

Value

list

Examples

1
2
p <- make_problem(h=100, s=3, k=2)
spoint <- get_starting_point(p)

donboyd5/microweight documentation built on Aug. 17, 2020, 4:48 p.m.