Répondre

0

Ce code permet de résoudre mon problème. La classe "NormalDistribution" donne le même résultat que la fonction MATLAB NORMINV.

import org.apache.commons.math3.distribution.NormalDistribution 
val standardNormal = new NormalDistribution(0, 1); 
val infNorm = standardNormal.inverseCumulativeProbability(x)