Description Usage Arguments Details Value Author(s) See Also
A reactive value performing the GEV/GP fit.
| 1 2 | data.fitting(reactive.extreme, reactive.rows, fit.interactive,
  radioEvdStatistics, buttonMinMax, sliderThreshold, selectDataBase)
 | 
| reactive.extreme | Reactive value returning a list containing three elements: 1. the blocked time series, 2. the deseasonalized time series, and 3. the pure time series. | 
| reactive.rows | Reactive value holding a logical vector
indicating which values of the time series provided by
 | 
| fit.interactive | Function used to perform the actual GEV/GP
fit.  | 
| radioEvdStatistics | Character (radio) input determining whether the GEV or GP distribution shall be fitted to the data. Choices: c( "GEV", "GP" ), default = "GEV". | 
| buttonMinMax | Character (radio) input determining whether the GEV/GP distribution shall be fitted to the smallest or biggest values. Choices: c( "Max", "Min ), default = "Max". | 
| sliderThreshold | Numerical (slider) input determining the threshold used within the GP fit and the extraction of the extreme events. Boundaries: minimal and maximal value of the deseasonalized time series (rounded). Default: 0.8* the upper end point. | 
| selectDataBase | Character (select) input to determine the
data source. It is either of one of the names of the provided
list in the  | 
The fit is performed using the
fit.interactive function. Using the reactive.rows
input specific points of the time series can be removed.
Reactive  value  holding   a  fitted  object  of  class
climex.fit.gev or climex.fit.gpd, depending on the
choice in radioEvdStatistics.
Philipp Mueller
Other climex-fitting: color.table,
fit.interactive,
generalFitStatisticsTable,
generalFitStatistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.