return d(new LogisticDistribution(location, scale), x, log);
}
@DataParallel @Internal
public static double qlogis(@Recycle double p, @Recycle double m, @Recycle double s, boolean lowerTail, boolean logP) {
return q(new LogisticDistribution(m, s), p, lowerTail, logP);
}