Skip to content

Data structures for storing and manipulating probability curves.

License

Notifications You must be signed in to change notification settings

dystonse/dystonse-curves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dystonse-curves

This repository is a part of the multi-repository project dystonse. See the main repository for more information.

A rust crate for storage and manipulation of probability curves with the following characteristics:

  • represents cumulative probabilities, therefore each curve starts with Y=0 and ends with Y=1 and is increasing montonously
  • the curve is approximated by a finite number of points. Values in between are computed by linear interpolation
  • the types for X and Y values can be chosen by generic type parameters

These curves will be used for many different purposes within dystonse-gtfs-data and dystonse-search-rust.

About

Data structures for storing and manipulating probability curves.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages