dscolby / CausalELM.jl

Taking causal inference to the extreme!
https://dscolby.github.io/CausalELM.jl/
MIT License
22 stars 0 forks source link

Make methods and functions more general #23

Closed dscolby closed 8 months ago

dscolby commented 9 months ago

Currently, most of the functions and methods only work with floats but they should be able to accept any real numbers or subtypes of real numbers. This should be a very easy fix.

dscolby commented 8 months ago

We can now initialize estimators from any Array{<:Real} or a dataframe, which is related to #25. I am also going to close this issue.