alecloudenback
alecloudenback
@sethaxen I'd be willing to help out with this, starting with Makie. If there's no prior work on this I could just start working on this, generally following the pattern...
Scipy restricts the range to 1:4, perhaps to avoid the numerical instabilities? https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.kstat.html
Hi Kudeep, I'd be happy to work with you, but won't be able to provide much active guidance in the short term. Examples of what to add would be examples...
Please add some new tests to complement the new function (e.g you can probably Google and find a public example, or use Excel and refer to the value it calculates)
Hello, in addition to the tests one other thing that would be good to do before implementing: - use `accumulation` and `discount` where applicable, which will allow users to flexibly...
> Has mirr been implemented? If not maybe i can take a stab. Nope, it hasn't! Go for it :)
> @alecloudenback could you please tell me where npv (net present value) is implemented so that I can use it to implement mirr https://github.com/JuliaActuary/ActuaryUtilities.jl/blob/bf6e13b6aa3b541c5ff2ea33f598d6e8d1042a55/src/financial_math.jl#L1-L136
`present_value` is a more flexible and generic version of what other languages (python, Excel) call `NPV`, see #27
No worries! I was just trying to reduce bus factor for this package which I also still use fairly regularly. Also I am happy to try and figure out misc...