Module Experiment.Lle


module Lle: sig .. end
Computes the Local Lyapunov Exponent, see same paper.

val mean : float array -> float
Like Measure.Statistic.mean_float but discard the values (-1.) if User_interface.Text.Experiment_parameters.topology_boundary is Bounded.
module Experiment: 
functor (Topo : Types.Topology) ->
functor (Synchro : Types.Synchronism) ->
functor (Auto : Types.Rule) -> sig .. end