linear_interpolation: linear interpolation for vector

View source: R/Estimate.R

linear_interpolationR Documentation

linear interpolation for vector

Description

Linear interpolation is performed by using the values on both sides of the missing values.

Usage

linear_interpolation(DataVector)

Arguments

DataVector

data vector.Note that the starting value of vector needs to be no missing value.

Value

A interpolated vector


simET documentation built on Aug. 19, 2023, 5:09 p.m.