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
AREG_CAL_LM - Function to calibrate an ARIMA(1,2,1) model on discharge data with a split sample test using lsqrsolve
CORRCROIS - Extension of the corr function
CRIT - Function to calculate numerical quality criteria
ENTETE - Function to generate a header when printing a matrix with fprintfMat
GR4J_CAL_LM - Function to calibrate GR4J model with a split sample test using lsqrsolve
SERIEDATE - Fonction permettant de générer une série de date à pas de temps fixe
TARAGE - Function to apply rating curves and convert water levels or discharge data
c_AREG - Function to apply an autoregressive model or ARMA (1,1,1)
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 permitting to simulate runoff series from rainfall and evapotranspiration with GR2M model (monthly water balance)
c_GR4J - Function permitting to simulate runoff series from rainfall and evapotranspiration with GR4J model
c_PROPAG - Function permitting to simulate downstream hydrograph with upstream hydrograph