fit_initial_brute_force: Brute force the starting parameter

Description Usage Arguments Value Examples

View source: R/FIT-leastSquares.R

Description

This function runs many fits to sample the landscape for local minima.

Usage

1
2
fit_initial_brute_force(models, x, y, formula, upper, lower,
  grid_points = 100)

Arguments

models

The models to use

x

The x data to fit

y

The y data to fit

formula

The nls formula

upper

The upper bounds

lower

The lower bounds

grid_points

The number of points in the grid to sample

Value

The best coefficients

Examples

1
fit_initial_brute_force(models, x, y, formula, upper, lower)

jmstrat/NMR.Utils documentation built on July 14, 2019, 11:35 p.m.