You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsondiff is a json diff utility. It can compare two JSON files, using strings, prefixes, or regex to filter required/optional fields, and apply relative or absolute precision tolerance per each numeric field or globally; prints the diff between 2 json files. It can optionally accept a config with required or optional fields.
Python library for tolerance intervals. Derived from: Derek S. Young (2010). tolerance: An R Package for Estimating Tolerance Intervals. Journal of Statistical Software, 36(5), 1-39. URL http://www.jstatsoft.org/v36/i05/.
When working with converters, precision is important, and it's known that commercial resistors tend to vary in their resistors values. This code is a tool based on the Monte Carlo algorithm to analise how adequate the chosen tolerance is to your project.
A simple investment risk assessment tool. This is a standard questionnaire that will utilize both rule-based and machine learning models to calculate user risk tolerance. 100% web-based using Streamlit.