Open marcobonici opened 2 months ago
One of our modules is everything but covered by unit tests.
Here some ideas to implement
sum_Pℓ_components(P11_comp_array::AbstractArray{T}, Ploop_comp_array, Pct_comp_array, bs, f)
bs
f
get_stoch(cϵ0, cϵ1, cϵ2, n_bar, k_grid::Array; k_nl=0.7)
One of our modules is everything but covered by unit tests.
Here some ideas to implement
sum_Pℓ_components(P11_comp_array::AbstractArray{T}, Ploop_comp_array, Pct_comp_array, bs, f)
: whenbs
andf
are zeroes, output should be zeros.get_stoch(cϵ0, cϵ1, cϵ2, n_bar, k_grid::Array; k_nl=0.7)
, same as above