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
working on #3
- created class
- created default function that uses Nowak et al.'s parameters
- edited `knn_get_index_year()` and `knn_space_time_disagg()` to use the default functions
in
knn_get_index_year()
, thek_weights
argument needs to be a list with a lot of special characteristicsSo, make it require a
k_params
class. This should simplify a lot of the checks we have built in.k_params
class that can be used as the default toknn_get_index_year()
knn_params()
andknn_params_default()
The text was updated successfully, but these errors were encountered: