h1: Basis functions

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Basis functions for D1 and D2 respectively.

Usage

1
2
h1.toy(x)
h2.toy(x)

Arguments

x

Vector of lat/long or lat/long and theta

Details

Note that h1() operates on a vector: for dataframes, use H1.toy() which is a wrapper for apply(D1, 1, h1).

NB If the definition of h1.toy() or h2.toy() is changed, then function hbar.toy() must be changed to match. This cannot be done automatically, as the form of hbar.toy() depends on the distribution of X. The shibboleth is whether E_X() commutes with h_1(); it does in this case but does not in general (for example, consider h(x,theta)=c(1,x,x^2) and X~N(m,V). Then E_X(h(x,theta)) will be (1,m,m^2+V,theta); note the V)

Value

Returns basis functions of a vector; in the toy case, just prepend a 1.

Author(s)

Robin K. S. Hankin

References

See Also

H1.toy

Examples

1
2

calibrator documentation built on May 1, 2019, 9:17 p.m.