JuliaExtremes / IDFCurves.jl

MIT License
0 stars 0 forks source link

Compute explicitly the function g #140

Open AugustePaoli99 opened 4 months ago

AugustePaoli99 commented 4 months ago

La fonction $g$ apparaît dans la fonction de covariance $\rho$ pour la distribution sous l'hypothèse nulle de la statistique de test. Pour le moment on la calcule grâce à la méthode get_g(fd::MarginalScalingModel, d::Real) qui utilise ForwardDiff pour un calcul de gradient. Cependant il est possible d'obtenir une formule explicite pour $g$, selon le modèle (SimpleScaling ou GeneralScaling). On créerait alors une méthode get_g() pour chaque modèle marginal séparément, sans avoir recours à ForwardDiff.