Amando
Amando
`f32` and `f64` already have the gamma function from `libm`, would it be possible to get `erf`, `erfc` as well ? Edit: I can try to do it myself if...
### Description I would like to be able to create date columns from the [time-rs crate](https://github.com/time-rs/time) (in addition to the currently supported chrono input). Is this something that would be...
# Proposal ## Problem statement The `f32`/`f64` APIs are missing some useful functions, namely `erf` and `erfc`, such as in `libm` (where the current `gamma` function is from I believe)...
A `Curve` type could represent a yield curve or discount curve, or volatility term structure, for example.
This involves: ### 1: Adding a new `Market` enum variant in `calendar.rs` Add either: - A new country (e.g. Australia). - Or an MIC code (e.g. XASX) if for a...
This is the roadmap for getting RustQuant to a solid `v1`. High priority to-do list: - [ ] #303 - [ ] #245 - [ ] #88 - [ ]...
A `Surface` type could represent a volatility surface, for example. It would simply by a type with a `space` dimension (e.g. strikes, spot) and a `time` dimension (e.g. dates, seconds,...
Re-work bond pricing module once the foundations (such as calendars, day-counting, curves) are implemented.