MinStep: Min Step

Description Usage Arguments Value

View source: R/MinStep.R

Description

Compute the minimal step size so that x1=x0+mstep*dx=0 (in terms of the parameter tolerance criterium pTol)

Usage

1
MinStep(x, dx, typx, pTol)

Arguments

x

n times 1 vector

dx

n times 1 vector, change in x

typx

n times 1 vector, typical elements of x

pTol

scalar

Value

mstep scalar


common2016/HM2009 documentation built on Dec. 19, 2021, 6 p.m.