Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.1 #11

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

1.4.1 #11

wants to merge 18 commits into from

Conversation

afernandezdemarcos
Copy link
Collaborator

This version includes:

  • New K-fold method unif_test_cv(), and its internal functions:
    • lambda_hat(): Obtains optimal parameters for each K-fold.
    • k_fold_stat(): Computes approximate optimal statistic (and the corresponding parameter with lambda_hat) for each K-fold.
    • p_value_hmp(): Aggregates multiple p-values using the Harmonic Mean P-value method.
    • k_fold_split(): Given a sample size n and a number of folds K, it returns a partition of the sample of roughly equal sizes.
  • New null_var_Sobolev() function that computes the variance of the Sobolev statistic under the uniform distribution.
  • Modification of weights_dfs_Sobolev, and transformation between Sobolev coefficients b_k, u_k, and v_k^2 to include the computation of weight k = 0, whenever K_start = 0.

Only "Poisson", "Softmax", and "Stereo" statistics are available for these functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant