50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


climwin (version 1.2.31)

medwin: Determine the median start and end time for climate windows

Description

Determine the median start and end time for climate windows within a chosen confidence set.

Usage

medwin(dataset, cw = 0.95)

Value

Returns two values representing the median start and end time of climate windows within the confidence set.

Arguments

dataset

Output dataframe of function slidingwin.

cw

Cut-off for confidence set (0.95 by default)

Author

Liam D. Bailey and Martijn van de Pol

Examples

Run this code
# Determine median start and end time of MassOutput from the 95% confidence set

medwin(MassOutput, cw = 0.95)

Run the code above in your browser using DataLab