Table des matières
- I. HYDROGRv50
- ANN_CONV_W — Function to convert the weight and bias stored in a matrix or vector form in the other form (vector or matrix form respectively)
- ANN_JACOB — Function to calculate the jacobian performance vector of a feed forward artifical neural
network
- ANN_LMBR — Function to train a feed-forward artificial neural network with one hidden layer.
- ANN_NORM — Function to normalise data to train a feed forward network
- ANN_OIPDERIV — Function to estimate input variables influence on one output variable based on ANN partial derivative
- ANN_REPET — Function to train different repetitions of a feed-forward artificial neural network with a split sample test procedure.
- ANN_SIM — Function to simulate the outputs of a feed-forward artificial neural network with one hidden layer
- COMBIN — Function to generate all possible combinations of elements stored in a list element
- CORRCROIS — Extension of the corr function
- CRIT — Function to calculate numerical quality criteria
- GRAPH_BOX — Function to generate french boxplots
- GRAPH_CORREL — Function to generate graphs showing correlations in a set of variables
- GRAPH_DATE — Function to add date values in abscissae of time series graphs
- GR_CAL_LM — Function to calibrate GR models with a split sample test using lsqrsolve
- GR_SIM — Function to simulate discharges with a GR rainfall runoff model
- GUMB_AJUST — Function to adjust a Gumbel law and plot the result
- IO_ENTETE — Function to generate a header when printing a matrix with fprintfMat
- IO_PRDATA — Function to print data frames in a text file
- IO_PRLATEX — Function to print a table in latex format
- IO_READDATA — Function to read data from a text file
- PROPAG_CAL_LM — Function to calibrate routing models with a split sample test using lsqrsolve
- REGRESS_LIN — Function to perform a linear regression with various statistical tests
- TARAGE — Function to apply rating curves and convert water levels or discharge data
- c_AVRG — Function to make a selective columnwise average (excluding missing data)
- c_CONVDATE — Function to convert dates from AAAAMMJJhhmm format to Excel numerical format and vice-versa
- c_CORRIGE — Function to correct data
- c_ETP — Function to generate potential evapotranspiraton time series
- c_GENEPAR — Function to calculate the parameters of the daily rainfall generator
- c_GENEPLUIE — Function to calculate random daily rainfall time-series
- c_GR2M — Function to simulate runoff series from rainfall and evapotranspiration with GR2M model (monthly water balance)
- c_GR4J — Function to simulate runoff series from rainfall and evapotranspiration with GR4J model
- c_INTERANN — Function to calculate smoothed interannual daily values
- c_KNN1SIM — Function to resample daily values
- c_PROPAG — Function permitting to propagate hydrographs with simple models