module Logistic:sig..end
type t = {
   | 
logistic_location : | 
   | 
logistic_scale : | 
include Distributions.ContinuousDistribution
include Distributions.Features.S
val create : location:float -> scale:float -> tval mme : float array -> t