Package org.fairdatapipeline.estimate

Use ImmutableEstimate to read/write simple number parameters to/from the FAIR Data Pipeline.

Immutable Usage Example:

     var data = ImmutableEstimate.builder().internalValue(5).rng(rng).build();
     object_component.writeEstimate(data);