adj.series.grad.poly: Series of the gradient of the simple polynomial adjustment...

View source: R/adj.series.grad.poly.R

adj.series.grad.polyR Documentation

Series of the gradient of the simple polynomial adjustment series w.r.t. the scaled distance.

Description

For internal use only – not to be called by 'mrds' or 'Distance' users directly.

Usage

adj.series.grad.poly(
  distance,
  scaling = 1,
  adj.order,
  adj.parm = NULL,
  adj.exp = FALSE
)

Arguments

distance

perpendicular distance vector/scalar

scaling

scale parameter

adj.order

the adjustment order

adj.parm

vector of parameters (a_j)

adj.exp

boolean, defaults to FALSE

Value

scalar or vector containing the gradient of the polynomial adjustment series for every value in distance argument

Author(s)

Felix Petersma


DistanceDevelopment/mrds documentation built on Jan. 21, 2025, 12:33 a.m.