Displaying 2 results from an estimated 2 matches for "temptestforc".
2012 Jul 12
0
I: ensembleBMA pit function warnings
...t+ forecastHour = 48,
pit+ initializationTime = "00")
pit> ## Not run:
pit> ##D # R check
pit> ##D tempTestFit <- ensembleBMAnormal( tempTestData, trainingDays = 30)
pit> ## End(Not run)
pit>
pit> tempTestForc <- quantileForecast( tempTestFit, tempTestData)
pit> range(tempTestForc)
[1] 277.3138 281.1668
pit> tempTestPIT <- pit( tempTestFit, tempTestData)
Warning messages:
1: In matchDates(fitDates, ensembleValidDates(ensembleData), dates) :
some fit dates dates not represented in dat...
2012 Oct 30
0
ensembleBMA pit function warnings
...astHour = 48,
> pit+ initializationTime = "00")
>
> pit> ## Not run:
> pit> ##D # R check
> pit> ##D tempTestFit <- ensembleBMAnormal( tempTestData, trainingDays = 30)
> pit> ## End(Not run)
> pit>
> pit> tempTestForc <- quantileForecast( tempTestFit, tempTestData)
>
> pit> range(tempTestForc)
> [1] 277.3138 281.1668
>
> pit> tempTestPIT <- pit( tempTestFit, tempTestData)
> Warning messages:
> 1: In matchDates(fitDates, ensembleValidDates(ensembleData), dates) :
> som...