state_space_distances: State Space Distance Matrix

state_space_distancesR Documentation

State Space Distance Matrix

Description

State Space Distance Matrix

Usage

state_space_distances(ssr, index = 50L, buffer = 10L)

Arguments

ssr

[matrix()] a state space reconstruction in which the rows are points in the state space

index

[integer()] time index of the first value to forecast

buffer

[integer()] number of values to forecast before index

Details

Row index corresponds to focal point time. Column index corresponds to neighbour point time. The value represents the distance from the focal point to the neighbour point. Disallowed focal point and neighbour combinations have value NA.

Value

[matrix()] of allowed neighbour distances, rows corresponding to focal point time, columns to neighbour point time.

Author(s)

Luke A. Rogers


luke-a-rogers/pbsedm documentation built on June 3, 2024, 5:20 a.m.