interpolate_quantiles: Find the kriging estimated "truth" quantiles of a given test...

Description Usage Arguments Value

View source: R/interpolate_quantiles.R

Description

Ordinary kriging.

Usage

1
2
3
4
5
6
interpolate_quantiles(
  kriging.reference.quantiles,
  station.id,
  station.longitude,
  station.latitude
)

Arguments

kriging.reference.quantiles

a large list, output kriging quantiles of kriging_quantile_true.

station.id

a list of test station IDs, relating to station.longitude and station.latitude.

station.longitude

a numeric vector, contains longitude information of test stations, should relate to the column names (station IDs) of official.windspeed.

station.latitude

a numeric vector, contains latitude information of test stations, should relate to the column names (station IDs) of official.windspeed.

Value

a large list of interpolated quantiles for different test station, each sublist includes estimate quantiles during each of the six periods.


jieyu97/QCwind documentation built on June 18, 2021, 3:37 a.m.