diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 8f9bb5ff..57fb989e 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -17,7 +17,7 @@ Adelie documentation `Issue Tracker `_ -Adelie is a fast and flexible Python package for solving group elastic net problems. +Adelie is a fast and flexible Python package for solving group lasso and elastic net problems. It offers a general purpose group elastic net solver, a wide range of matrix classes that can exploit special structure to allow large-scale inputs, and an assortment of generalized linear model (GLM) classes for fitting various types of data. diff --git a/docs/index.html b/docs/index.html index 4499db7e..881430a0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -345,7 +345,7 @@

Adelie documentationInstallation | Source Repository | Issue Tracker

-

Adelie is a fast and flexible Python package for solving group elastic net problems. +

Adelie is a fast and flexible Python package for solving group lasso and elastic net problems. It offers a general purpose group elastic net solver, a wide range of matrix classes that can exploit special structure to allow large-scale inputs, and an assortment of generalized linear model (GLM) classes for fitting various types of data. diff --git a/docs/searchindex.js b/docs/searchindex.js index e675a2fe..5578912a 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API Reference": [[0, "api-reference"]], "Adelie documentation": [[97, "adelie-documentation"]], "Clean-up Files": [[98, "Clean-up-Files"]], "Common Number of Threads": [[104, "Common-Number-of-Threads"]], "Convert to snpdat Format": [[98, "Convert-to-snpdat-Format"]], "Covariance Matrix Class": [[103, "Covariance-Matrix-Class"]], "Covariance Method": [[105, "Covariance-Method"]], "Cross-Validation": [[98, "Cross-Validation"]], "Custom GLM Class": [[100, "Custom-GLM-Class"]], "Custom Matrix Class": [[103, "Custom-Matrix-Class"]], "Developer Installation": [[101, "Developer-Installation"]], "Examples": [[98, "Examples"]], "Examples of Parallelism": [[104, "Examples-of-Parallelism"]], "Fit Lasso": [[98, "Fit-Lasso"]], "Frequently-Asked Questions": [[99, "Frequently-Asked-Questions"]], "GLM Group Elastic Net": [[105, "GLM-Group-Elastic-Net"]], "Gaussian Group Elastic Net": [[105, "Gaussian-Group-Elastic-Net"]], "Generalized Linear Model": [[100, "Generalized-Linear-Model"]], "Global Configurations": [[105, "Global-Configurations"]], "Group Lasso": [[105, "Group-Lasso"]], "Group Lasso with Interaction Terms": [[98, "Group-Lasso-with-Interaction-Terms"]], "How to properly solve for a single regularization value?": [[99, "How-to-properly-solve-for-a-single-regularization-value?"]], "Installation": [[101, "Installation"]], "Internal": [[0, "internal"]], "Introduction to Group Elastic Net": [[102, "Introduction-to-Group-Elastic-Net"]], "Lasso": [[105, "Lasso"]], "Lasso on GWAS Datasets": [[98, "Lasso-on-GWAS-Datasets"]], "Load the Dense SNP Matrix": [[98, "Load-the-Dense-SNP-Matrix"]], "Load the Feature Matrix": [[98, "Load-the-Feature-Matrix"]], "Matrix": [[103, "Matrix"]], "Model-X Knockoffs with Lasso Feature Importance Scores": [[98, "Model-X-Knockoffs-with-Lasso-Feature-Importance-Scores"]], "Multi-Response GLM": [[100, "Multi-Response-GLM"]], "Multi-Response GLM Elastic Net": [[105, "Multi-Response-GLM-Elastic-Net"]], "Multi-Response Group Elastic Net": [[102, "Multi-Response-Group-Elastic-Net"]], "Naive Matrix Class": [[103, "Naive-Matrix-Class"]], "Optimal Number of Threads": [[104, "Optimal-Number-of-Threads"]], "Parallelism": [[104, "Parallelism"]], "Prerequisites": [[101, "Prerequisites"]], "Process All Chromosomes": [[98, "Process-All-Chromosomes"]], "Quickstart": [[105, "Quickstart"]], "Run Diagnostics (optional)": [[98, "Run-Diagnostics-(optional)"]], "SNP Data Analysis": [[106, "SNP-Data-Analysis"]], "SNP Phased Ancestry": [[98, "SNP-Phased-Ancestry"], [106, "SNP-Phased-Ancestry"]], "SNP Unphased": [[106, "SNP-Unphased"]], "Single-Response GLM": [[100, "Single-Response-GLM"]], "Single-Response Group Elastic Net": [[102, "Single-Response-Group-Elastic-Net"]], "Thread Safety": [[104, "Thread-Safety"]], "User Guide": [[107, "user-guide"]], "Verify Installation": [[101, "Verify-Installation"]], "adelie.adelie_core.configs.Configs": [[1, "adelie-adelie-core-configs-configs"]], "adelie.adelie_core.constraint.ConstraintBase64": [[2, "adelie-adelie-core-constraint-constraintbase64"]], "adelie.adelie_core.constraint.ConstraintLowerUpper64": [[3, "adelie-adelie-core-constraint-constraintlowerupper64"]], "adelie.adelie_core.glm.GlmBase64": [[4, "adelie-adelie-core-glm-glmbase64"]], "adelie.adelie_core.glm.GlmBinomialLogit64": [[5, "adelie-adelie-core-glm-glmbinomiallogit64"]], "adelie.adelie_core.glm.GlmBinomialProbit64": [[6, "adelie-adelie-core-glm-glmbinomialprobit64"]], "adelie.adelie_core.glm.GlmCox64": [[7, "adelie-adelie-core-glm-glmcox64"]], "adelie.adelie_core.glm.GlmGaussian64": [[8, "adelie-adelie-core-glm-glmgaussian64"]], "adelie.adelie_core.glm.GlmMultiBase64": [[9, "adelie-adelie-core-glm-glmmultibase64"]], "adelie.adelie_core.glm.GlmMultiGaussian64": [[10, "adelie-adelie-core-glm-glmmultigaussian64"]], "adelie.adelie_core.glm.GlmMultinomial64": [[11, "adelie-adelie-core-glm-glmmultinomial64"]], "adelie.adelie_core.glm.GlmPoisson64": [[12, "adelie-adelie-core-glm-glmpoisson64"]], "adelie.adelie_core.matrix.MatrixCovBase64": [[13, "adelie-adelie-core-matrix-matrixcovbase64"]], "adelie.adelie_core.matrix.MatrixCovBlockDiag64": [[14, "adelie-adelie-core-matrix-matrixcovblockdiag64"]], "adelie.adelie_core.matrix.MatrixCovDense64F": [[15, "adelie-adelie-core-matrix-matrixcovdense64f"]], "adelie.adelie_core.matrix.MatrixCovLazyCov64F": [[16, "adelie-adelie-core-matrix-matrixcovlazycov64f"]], "adelie.adelie_core.matrix.MatrixCovSparse64F": [[17, "adelie-adelie-core-matrix-matrixcovsparse64f"]], "adelie.adelie_core.matrix.MatrixNaiveBase64": [[18, "adelie-adelie-core-matrix-matrixnaivebase64"]], "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64": [[19, "adelie-adelie-core-matrix-matrixnaivecconcatenate64"]], "adelie.adelie_core.matrix.MatrixNaiveCSubset64": [[20, "adelie-adelie-core-matrix-matrixnaivecsubset64"]], "adelie.adelie_core.matrix.MatrixNaiveDense64F": [[21, "adelie-adelie-core-matrix-matrixnaivedense64f"]], "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F": [[22, "adelie-adelie-core-matrix-matrixnaiveinteractiondense64f"]], "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64": [[23, "adelie-adelie-core-matrix-matrixnaivekroneckereye64"]], "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F": [[24, "adelie-adelie-core-matrix-matrixnaivekroneckereyedense64f"]], "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F": [[25, "adelie-adelie-core-matrix-matrixnaiveonehotdense64f"]], "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64": [[26, "adelie-adelie-core-matrix-matrixnaiverconcatenate64"]], "adelie.adelie_core.matrix.MatrixNaiveRSubset64": [[27, "adelie-adelie-core-matrix-matrixnaiversubset64"]], "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64": [[28, "adelie-adelie-core-matrix-matrixnaivesnpphasedancestry64"]], "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64": [[29, "adelie-adelie-core-matrix-matrixnaivesnpunphased64"]], "adelie.adelie_core.matrix.MatrixNaiveSparse64F": [[30, "adelie-adelie-core-matrix-matrixnaivesparse64f"]], "adelie.adelie_core.matrix.MatrixNaiveStandardize64": [[31, "adelie-adelie-core-matrix-matrixnaivestandardize64"]], "adelie.adelie_core.state.StateGaussianCov64": [[32, "adelie-adelie-core-state-stategaussiancov64"]], "adelie.adelie_core.state.StateGaussianNaive64": [[33, "adelie-adelie-core-state-stategaussiannaive64"]], "adelie.adelie_core.state.StateGaussianPinCov64": [[34, "adelie-adelie-core-state-stategaussianpincov64"]], "adelie.adelie_core.state.StateGaussianPinNaive64": [[35, "adelie-adelie-core-state-stategaussianpinnaive64"]], "adelie.adelie_core.state.StateGlmNaive64": [[36, "adelie-adelie-core-state-stateglmnaive64"]], "adelie.adelie_core.state.StateMultiGaussianNaive64": [[37, "adelie-adelie-core-state-statemultigaussiannaive64"]], "adelie.adelie_core.state.StateMultiGlmNaive64": [[38, "adelie-adelie-core-state-statemultiglmnaive64"]], "adelie.bcd": [[0, "adelie-bcd"]], "adelie.bcd.objective": [[39, "adelie-bcd-objective"]], "adelie.bcd.root": [[40, "adelie-bcd-root"]], "adelie.bcd.root_function": [[41, "adelie-bcd-root-function"]], "adelie.bcd.root_lower_bound": [[42, "adelie-bcd-root-lower-bound"]], "adelie.bcd.root_upper_bound": [[43, "adelie-bcd-root-upper-bound"]], "adelie.bcd.solve": [[44, "adelie-bcd-solve"]], "adelie.configs": [[0, "adelie-configs"]], "adelie.configs.set_configs": [[45, "adelie-configs-set-configs"]], "adelie.constraint": [[0, "adelie-constraint"]], "adelie.constraint.lower": [[46, "adelie-constraint-lower"]], "adelie.cv": [[0, "adelie-cv"]], "adelie.cv.CVGrpnetResult": [[47, "adelie-cv-cvgrpnetresult"]], "adelie.cv.cv_grpnet": [[48, "adelie-cv-cv-grpnet"]], "adelie.data": [[0, "adelie-data"]], "adelie.data.dense": [[49, "adelie-data-dense"]], "adelie.data.snp_phased_ancestry": [[50, "adelie-data-snp-phased-ancestry"]], "adelie.data.snp_unphased": [[51, "adelie-data-snp-unphased"]], "adelie.diagnostic": [[0, "adelie-diagnostic"]], "adelie.diagnostic.DiagnosticCov": [[52, "adelie-diagnostic-diagnosticcov"]], "adelie.diagnostic.DiagnosticNaive": [[53, "adelie-diagnostic-diagnosticnaive"]], "adelie.diagnostic.coefficient": [[54, "adelie-diagnostic-coefficient"]], "adelie.diagnostic.diagnostic": [[55, "adelie-diagnostic-diagnostic"]], "adelie.diagnostic.gradient_norms": [[56, "adelie-diagnostic-gradient-norms"]], "adelie.diagnostic.gradient_scores": [[57, "adelie-diagnostic-gradient-scores"]], "adelie.diagnostic.gradients": [[58, "adelie-diagnostic-gradients"]], "adelie.diagnostic.objective": [[59, "adelie-diagnostic-objective"]], "adelie.diagnostic.plot_benchmark": [[60, "adelie-diagnostic-plot-benchmark"]], "adelie.diagnostic.plot_coefficients": [[61, "adelie-diagnostic-plot-coefficients"]], "adelie.diagnostic.plot_devs": [[62, "adelie-diagnostic-plot-devs"]], "adelie.diagnostic.plot_kkt": [[63, "adelie-diagnostic-plot-kkt"]], "adelie.diagnostic.plot_set_sizes": [[64, "adelie-diagnostic-plot-set-sizes"]], "adelie.diagnostic.predict": [[65, "adelie-diagnostic-predict"]], "adelie.diagnostic.residuals": [[66, "adelie-diagnostic-residuals"]], "adelie.glm": [[0, "adelie-glm"]], "adelie.glm.binomial": [[67, "adelie-glm-binomial"]], "adelie.glm.cox": [[68, "adelie-glm-cox"]], "adelie.glm.gaussian": [[69, "adelie-glm-gaussian"]], "adelie.glm.multigaussian": [[70, "adelie-glm-multigaussian"]], "adelie.glm.multinomial": [[71, "adelie-glm-multinomial"]], "adelie.glm.poisson": [[72, "adelie-glm-poisson"]], "adelie.io": [[0, "adelie-io"]], "adelie.io.snp_phased_ancestry": [[73, "adelie-io-snp-phased-ancestry"]], "adelie.io.snp_unphased": [[74, "adelie-io-snp-unphased"]], "adelie.matrix": [[0, "adelie-matrix"]], "adelie.matrix.block_diag": [[75, "adelie-matrix-block-diag"]], "adelie.matrix.concatenate": [[76, "adelie-matrix-concatenate"]], "adelie.matrix.dense": [[77, "adelie-matrix-dense"]], "adelie.matrix.eager_cov": [[78, "adelie-matrix-eager-cov"]], "adelie.matrix.interaction": [[79, "adelie-matrix-interaction"]], "adelie.matrix.kronecker_eye": [[80, "adelie-matrix-kronecker-eye"]], "adelie.matrix.lazy_cov": [[81, "adelie-matrix-lazy-cov"]], "adelie.matrix.one_hot": [[82, "adelie-matrix-one-hot"]], "adelie.matrix.snp_phased_ancestry": [[83, "adelie-matrix-snp-phased-ancestry"]], "adelie.matrix.snp_unphased": [[84, "adelie-matrix-snp-unphased"]], "adelie.matrix.sparse": [[85, "adelie-matrix-sparse"]], "adelie.matrix.standardize": [[86, "adelie-matrix-standardize"]], "adelie.matrix.subset": [[87, "adelie-matrix-subset"]], "adelie.solver": [[0, "adelie-solver"]], "adelie.solver.gaussian_cov": [[88, "adelie-solver-gaussian-cov"]], "adelie.solver.grpnet": [[89, "adelie-solver-grpnet"]], "adelie.state": [[0, "adelie-state"]], "adelie.state.gaussian_cov": [[90, "adelie-state-gaussian-cov"]], "adelie.state.gaussian_naive": [[91, "adelie-state-gaussian-naive"]], "adelie.state.gaussian_pin_cov": [[92, "adelie-state-gaussian-pin-cov"]], "adelie.state.gaussian_pin_naive": [[93, "adelie-state-gaussian-pin-naive"]], "adelie.state.glm_naive": [[94, "adelie-state-glm-naive"]], "adelie.state.multigaussian_naive": [[95, "adelie-state-multigaussian-naive"]], "adelie.state.multiglm_naive": [[96, "adelie-state-multiglm-naive"]]}, "docnames": ["api_reference", "generated/adelie.adelie_core.configs.Configs", "generated/adelie.adelie_core.constraint.ConstraintBase64", "generated/adelie.adelie_core.constraint.ConstraintLowerUpper64", "generated/adelie.adelie_core.glm.GlmBase64", "generated/adelie.adelie_core.glm.GlmBinomialLogit64", "generated/adelie.adelie_core.glm.GlmBinomialProbit64", "generated/adelie.adelie_core.glm.GlmCox64", "generated/adelie.adelie_core.glm.GlmGaussian64", "generated/adelie.adelie_core.glm.GlmMultiBase64", "generated/adelie.adelie_core.glm.GlmMultiGaussian64", "generated/adelie.adelie_core.glm.GlmMultinomial64", "generated/adelie.adelie_core.glm.GlmPoisson64", "generated/adelie.adelie_core.matrix.MatrixCovBase64", "generated/adelie.adelie_core.matrix.MatrixCovBlockDiag64", "generated/adelie.adelie_core.matrix.MatrixCovDense64F", "generated/adelie.adelie_core.matrix.MatrixCovLazyCov64F", "generated/adelie.adelie_core.matrix.MatrixCovSparse64F", "generated/adelie.adelie_core.matrix.MatrixNaiveBase64", "generated/adelie.adelie_core.matrix.MatrixNaiveCConcatenate64", "generated/adelie.adelie_core.matrix.MatrixNaiveCSubset64", "generated/adelie.adelie_core.matrix.MatrixNaiveDense64F", "generated/adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F", "generated/adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64", "generated/adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F", "generated/adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F", "generated/adelie.adelie_core.matrix.MatrixNaiveRConcatenate64", "generated/adelie.adelie_core.matrix.MatrixNaiveRSubset64", "generated/adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64", "generated/adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64", "generated/adelie.adelie_core.matrix.MatrixNaiveSparse64F", "generated/adelie.adelie_core.matrix.MatrixNaiveStandardize64", "generated/adelie.adelie_core.state.StateGaussianCov64", "generated/adelie.adelie_core.state.StateGaussianNaive64", "generated/adelie.adelie_core.state.StateGaussianPinCov64", "generated/adelie.adelie_core.state.StateGaussianPinNaive64", "generated/adelie.adelie_core.state.StateGlmNaive64", "generated/adelie.adelie_core.state.StateMultiGaussianNaive64", "generated/adelie.adelie_core.state.StateMultiGlmNaive64", "generated/adelie.bcd.objective", "generated/adelie.bcd.root", "generated/adelie.bcd.root_function", "generated/adelie.bcd.root_lower_bound", "generated/adelie.bcd.root_upper_bound", "generated/adelie.bcd.solve", "generated/adelie.configs.set_configs", "generated/adelie.constraint.lower", "generated/adelie.cv.CVGrpnetResult", "generated/adelie.cv.cv_grpnet", "generated/adelie.data.dense", "generated/adelie.data.snp_phased_ancestry", "generated/adelie.data.snp_unphased", "generated/adelie.diagnostic.DiagnosticCov", "generated/adelie.diagnostic.DiagnosticNaive", "generated/adelie.diagnostic.coefficient", "generated/adelie.diagnostic.diagnostic", "generated/adelie.diagnostic.gradient_norms", "generated/adelie.diagnostic.gradient_scores", "generated/adelie.diagnostic.gradients", "generated/adelie.diagnostic.objective", "generated/adelie.diagnostic.plot_benchmark", "generated/adelie.diagnostic.plot_coefficients", "generated/adelie.diagnostic.plot_devs", "generated/adelie.diagnostic.plot_kkt", "generated/adelie.diagnostic.plot_set_sizes", "generated/adelie.diagnostic.predict", "generated/adelie.diagnostic.residuals", "generated/adelie.glm.binomial", "generated/adelie.glm.cox", "generated/adelie.glm.gaussian", "generated/adelie.glm.multigaussian", "generated/adelie.glm.multinomial", "generated/adelie.glm.poisson", "generated/adelie.io.snp_phased_ancestry", "generated/adelie.io.snp_unphased", "generated/adelie.matrix.block_diag", "generated/adelie.matrix.concatenate", "generated/adelie.matrix.dense", "generated/adelie.matrix.eager_cov", "generated/adelie.matrix.interaction", "generated/adelie.matrix.kronecker_eye", "generated/adelie.matrix.lazy_cov", "generated/adelie.matrix.one_hot", "generated/adelie.matrix.snp_phased_ancestry", "generated/adelie.matrix.snp_unphased", "generated/adelie.matrix.sparse", "generated/adelie.matrix.standardize", "generated/adelie.matrix.subset", "generated/adelie.solver.gaussian_cov", "generated/adelie.solver.grpnet", "generated/adelie.state.gaussian_cov", "generated/adelie.state.gaussian_naive", "generated/adelie.state.gaussian_pin_cov", "generated/adelie.state.gaussian_pin_naive", "generated/adelie.state.glm_naive", "generated/adelie.state.multigaussian_naive", "generated/adelie.state.multiglm_naive", "index", "notebooks/examples", "notebooks/faq", "notebooks/glm", "notebooks/installation", "notebooks/introduction", "notebooks/matrix", "notebooks/parallelism", "notebooks/quickstart", "notebooks/snp_analysis", "user_guide"], "envversion": {"nbsphinx": 4, "sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api_reference.rst", "generated/adelie.adelie_core.configs.Configs.rst", "generated/adelie.adelie_core.constraint.ConstraintBase64.rst", "generated/adelie.adelie_core.constraint.ConstraintLowerUpper64.rst", "generated/adelie.adelie_core.glm.GlmBase64.rst", "generated/adelie.adelie_core.glm.GlmBinomialLogit64.rst", "generated/adelie.adelie_core.glm.GlmBinomialProbit64.rst", "generated/adelie.adelie_core.glm.GlmCox64.rst", "generated/adelie.adelie_core.glm.GlmGaussian64.rst", "generated/adelie.adelie_core.glm.GlmMultiBase64.rst", "generated/adelie.adelie_core.glm.GlmMultiGaussian64.rst", "generated/adelie.adelie_core.glm.GlmMultinomial64.rst", "generated/adelie.adelie_core.glm.GlmPoisson64.rst", "generated/adelie.adelie_core.matrix.MatrixCovBase64.rst", "generated/adelie.adelie_core.matrix.MatrixCovBlockDiag64.rst", "generated/adelie.adelie_core.matrix.MatrixCovDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixCovLazyCov64F.rst", "generated/adelie.adelie_core.matrix.MatrixCovSparse64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveBase64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveCSubset64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveRSubset64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveSparse64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveStandardize64.rst", "generated/adelie.adelie_core.state.StateGaussianCov64.rst", "generated/adelie.adelie_core.state.StateGaussianNaive64.rst", "generated/adelie.adelie_core.state.StateGaussianPinCov64.rst", "generated/adelie.adelie_core.state.StateGaussianPinNaive64.rst", "generated/adelie.adelie_core.state.StateGlmNaive64.rst", "generated/adelie.adelie_core.state.StateMultiGaussianNaive64.rst", "generated/adelie.adelie_core.state.StateMultiGlmNaive64.rst", "generated/adelie.bcd.objective.rst", "generated/adelie.bcd.root.rst", "generated/adelie.bcd.root_function.rst", "generated/adelie.bcd.root_lower_bound.rst", "generated/adelie.bcd.root_upper_bound.rst", "generated/adelie.bcd.solve.rst", "generated/adelie.configs.set_configs.rst", "generated/adelie.constraint.lower.rst", "generated/adelie.cv.CVGrpnetResult.rst", "generated/adelie.cv.cv_grpnet.rst", "generated/adelie.data.dense.rst", "generated/adelie.data.snp_phased_ancestry.rst", "generated/adelie.data.snp_unphased.rst", "generated/adelie.diagnostic.DiagnosticCov.rst", "generated/adelie.diagnostic.DiagnosticNaive.rst", "generated/adelie.diagnostic.coefficient.rst", "generated/adelie.diagnostic.diagnostic.rst", "generated/adelie.diagnostic.gradient_norms.rst", "generated/adelie.diagnostic.gradient_scores.rst", "generated/adelie.diagnostic.gradients.rst", "generated/adelie.diagnostic.objective.rst", "generated/adelie.diagnostic.plot_benchmark.rst", "generated/adelie.diagnostic.plot_coefficients.rst", "generated/adelie.diagnostic.plot_devs.rst", "generated/adelie.diagnostic.plot_kkt.rst", "generated/adelie.diagnostic.plot_set_sizes.rst", "generated/adelie.diagnostic.predict.rst", "generated/adelie.diagnostic.residuals.rst", "generated/adelie.glm.binomial.rst", "generated/adelie.glm.cox.rst", "generated/adelie.glm.gaussian.rst", "generated/adelie.glm.multigaussian.rst", "generated/adelie.glm.multinomial.rst", "generated/adelie.glm.poisson.rst", "generated/adelie.io.snp_phased_ancestry.rst", "generated/adelie.io.snp_unphased.rst", "generated/adelie.matrix.block_diag.rst", "generated/adelie.matrix.concatenate.rst", "generated/adelie.matrix.dense.rst", "generated/adelie.matrix.eager_cov.rst", "generated/adelie.matrix.interaction.rst", "generated/adelie.matrix.kronecker_eye.rst", "generated/adelie.matrix.lazy_cov.rst", "generated/adelie.matrix.one_hot.rst", "generated/adelie.matrix.snp_phased_ancestry.rst", "generated/adelie.matrix.snp_unphased.rst", "generated/adelie.matrix.sparse.rst", "generated/adelie.matrix.standardize.rst", "generated/adelie.matrix.subset.rst", "generated/adelie.solver.gaussian_cov.rst", "generated/adelie.solver.grpnet.rst", "generated/adelie.state.gaussian_cov.rst", "generated/adelie.state.gaussian_naive.rst", "generated/adelie.state.gaussian_pin_cov.rst", "generated/adelie.state.gaussian_pin_naive.rst", "generated/adelie.state.glm_naive.rst", "generated/adelie.state.multigaussian_naive.rst", "generated/adelie.state.multiglm_naive.rst", "index.rst", "notebooks/examples.ipynb", "notebooks/faq.ipynb", "notebooks/glm.ipynb", "notebooks/installation.ipynb", "notebooks/introduction.ipynb", "notebooks/matrix.ipynb", "notebooks/parallelism.ipynb", "notebooks/quickstart.ipynb", "notebooks/snp_analysis.ipynb", "user_guide.rst"], "indexentries": {"__init__() (adelie.adelie_core.configs.configs method)": [[1, "adelie.adelie_core.configs.Configs.__init__", false]], "__init__() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.__init__", false]], "__init__() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.__init__", false]], "__init__() (adelie.adelie_core.state.stategaussiancov64 method)": [[32, "adelie.adelie_core.state.StateGaussianCov64.__init__", false]], "__init__() (adelie.adelie_core.state.stategaussiannaive64 method)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.__init__", false]], "__init__() (adelie.adelie_core.state.stategaussianpincov64 method)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.__init__", false]], "__init__() (adelie.adelie_core.state.stategaussianpinnaive64 method)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.__init__", false]], "__init__() (adelie.adelie_core.state.stateglmnaive64 method)": [[36, "adelie.adelie_core.state.StateGlmNaive64.__init__", false]], "__init__() (adelie.adelie_core.state.statemultigaussiannaive64 method)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.__init__", false]], "__init__() (adelie.adelie_core.state.statemultiglmnaive64 method)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.__init__", false]], "__init__() (adelie.cv.cvgrpnetresult method)": [[47, "adelie.cv.CVGrpnetResult.__init__", false]], "__init__() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.__init__", false]], "__init__() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.__init__", false]], "__init__() (adelie.io.snp_phased_ancestry method)": [[73, "adelie.io.snp_phased_ancestry.__init__", false]], "__init__() (adelie.io.snp_unphased method)": [[74, "adelie.io.snp_unphased.__init__", false]], "a (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.A", false]], "a (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.A", false]], "abs_grad (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.abs_grad", false]], "abs_grad (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.abs_grad", false]], "abs_grad (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.abs_grad", false]], "abs_grad (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.abs_grad", false]], "abs_grad (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.abs_grad", false]], "active_begins (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.active_begins", false]], "active_begins (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.active_begins", false]], "active_order (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.active_order", false]], "active_order (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.active_order", false]], "active_set (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.active_set", false]], "active_set (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.active_set", false]], "active_set (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.active_set", false]], "active_set (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.active_set", false]], "active_set (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.active_set", false]], "active_set (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.active_set", false]], "active_set (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.active_set", false]], "active_set_size (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.active_set_size", false]], "active_sizes (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.active_sizes", false]], "active_sizes (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.active_sizes", false]], "active_sizes (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.active_sizes", false]], "active_sizes (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.active_sizes", false]], "active_sizes (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.active_sizes", false]], "adev_tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.adev_tol", false]], "alpha (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.alpha", false]], "alpha (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.alpha", false]], "alpha (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.alpha", false]], "alpha (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.alpha", false]], "alpha (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.alpha", false]], "alpha (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.alpha", false]], "alpha (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.alpha", false]], "ancestries (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.ancestries", false]], "avg_losses (adelie.cv.cvgrpnetresult attribute)": [[47, "adelie.cv.CVGrpnetResult.avg_losses", false]], "benchmark_active (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.benchmark_active", false]], "benchmark_active (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.benchmark_active", false]], "benchmark_fit_active (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_fit_active", false]], "benchmark_fit_active (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_fit_active", false]], "benchmark_fit_active (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_fit_active", false]], "benchmark_fit_active (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_fit_active", false]], "benchmark_fit_active (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_fit_active", false]], "benchmark_fit_screen (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_fit_screen", false]], "benchmark_fit_screen (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_fit_screen", false]], "benchmark_fit_screen (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_fit_screen", false]], "benchmark_fit_screen (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_fit_screen", false]], "benchmark_fit_screen (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_fit_screen", false]], "benchmark_invariance (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_invariance", false]], "benchmark_invariance (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_invariance", false]], "benchmark_invariance (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_invariance", false]], "benchmark_invariance (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_invariance", false]], "benchmark_invariance (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_invariance", false]], "benchmark_kkt (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_kkt", false]], "benchmark_kkt (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_kkt", false]], "benchmark_kkt (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_kkt", false]], "benchmark_kkt (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_kkt", false]], "benchmark_kkt (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_kkt", false]], "benchmark_screen (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_screen", false]], "best_idx (adelie.cv.cvgrpnetresult attribute)": [[47, "adelie.cv.CVGrpnetResult.best_idx", false]], "beta0 (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.beta0", false]], "beta0 (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.beta0", false]], "betas (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.betas", false]], "betas (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.betas", false]], "betas (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.betas", false]], "betas (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.betas", false]], "betas (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.betas", false]], "betas (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.betas", false]], "betas (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.betas", false]], "binomial() (in module adelie.glm)": [[67, "adelie.glm.binomial", false]], "block_diag() (in module adelie.matrix)": [[75, "adelie.matrix.block_diag", false]], "bmul() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.bmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.btmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.cmul", false]], "coefficient() (in module adelie.diagnostic)": [[54, "adelie.diagnostic.coefficient", false]], "cols (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.cols", false]], "cols (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.cols", false]], "concatenate() (in module adelie.matrix)": [[76, "adelie.matrix.concatenate", false]], "configs (class in adelie.adelie_core.configs)": [[1, "adelie.adelie_core.configs.Configs", false]], "constraintbase64 (class in adelie.adelie_core.constraint)": [[2, "adelie.adelie_core.constraint.ConstraintBase64", false]], "constraintlowerupper64 (class in adelie.adelie_core.constraint)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64", false]], "constraints (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.constraints", false]], "constraints (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.constraints", false]], "constraints (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.constraints", false]], "constraints (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.constraints", false]], "constraints (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.constraints", false]], "constraints (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.constraints", false]], "constraints (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.constraints", false]], "cov() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.cov", false]], "cox() (in module adelie.glm)": [[68, "adelie.glm.cox", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.ctmul", false]], "cv_grpnet() (in module adelie.cv)": [[48, "adelie.cv.cv_grpnet", false]], "cvgrpnetresult (class in adelie.cv)": [[47, "adelie.cv.CVGrpnetResult", false]], "dbeta_tol (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.dbeta_tol", false]], "dbeta_tol_def (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.dbeta_tol_def", false]], "ddev_tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.ddev_tol", false]], "dense() (in module adelie.data)": [[49, "adelie.data.dense", false]], "dense() (in module adelie.matrix)": [[77, "adelie.matrix.dense", false]], "devs (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.devs", false]], "devs (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.devs", false]], "devs (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.devs", false]], "devs (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.devs", false]], "devs (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.devs", false]], "diagnostic() (in module adelie.diagnostic)": [[55, "adelie.diagnostic.diagnostic", false]], "diagnosticcov (class in adelie.diagnostic)": [[52, "adelie.diagnostic.DiagnosticCov", false]], "diagnosticnaive (class in adelie.diagnostic)": [[53, "adelie.diagnostic.DiagnosticNaive", false]], "dual_size (adelie.adelie_core.constraint.constraintbase64 attribute)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.dual_size", false]], "dual_size (adelie.adelie_core.constraint.constraintlowerupper64 attribute)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.dual_size", false]], "duals() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.duals", false]], "duals() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.duals", false]], "eager_cov() (in module adelie.matrix)": [[78, "adelie.matrix.eager_cov", false]], "early_exit (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.early_exit", false]], "early_exit (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.early_exit", false]], "early_exit (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.early_exit", false]], "early_exit (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.early_exit", false]], "early_exit (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.early_exit", false]], "endian (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.endian", false]], "endian (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.endian", false]], "eta (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.eta", false]], "eta (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.eta", false]], "fit() (adelie.cv.cvgrpnetresult method)": [[47, "adelie.cv.CVGrpnetResult.fit", false]], "gaussian() (in module adelie.glm)": [[69, "adelie.glm.gaussian", false]], "gaussian_cov() (in module adelie.solver)": [[88, "adelie.solver.gaussian_cov", false]], "gaussian_cov() (in module adelie.state)": [[90, "adelie.state.gaussian_cov", false]], "gaussian_naive() (in module adelie.state)": [[91, "adelie.state.gaussian_naive", false]], "gaussian_pin_cov() (in module adelie.state)": [[92, "adelie.state.gaussian_pin_cov", false]], "gaussian_pin_naive() (in module adelie.state)": [[93, "adelie.state.gaussian_pin_naive", false]], "glm_naive() (in module adelie.state)": [[94, "adelie.state.glm_naive", false]], "glmbase64 (class in adelie.adelie_core.glm)": [[4, "adelie.adelie_core.glm.GlmBase64", false]], "glmbinomiallogit64 (class in adelie.adelie_core.glm)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64", false]], "glmbinomialprobit64 (class in adelie.adelie_core.glm)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64", false]], "glmcox64 (class in adelie.adelie_core.glm)": [[7, "adelie.adelie_core.glm.GlmCox64", false]], "glmgaussian64 (class in adelie.adelie_core.glm)": [[8, "adelie.adelie_core.glm.GlmGaussian64", false]], "glmmultibase64 (class in adelie.adelie_core.glm)": [[9, "adelie.adelie_core.glm.GlmMultiBase64", false]], "glmmultigaussian64 (class in adelie.adelie_core.glm)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64", false]], "glmmultinomial64 (class in adelie.adelie_core.glm)": [[11, "adelie.adelie_core.glm.GlmMultinomial64", false]], "glmpoisson64 (class in adelie.adelie_core.glm)": [[12, "adelie.adelie_core.glm.GlmPoisson64", false]], "grad (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.grad", false]], "grad (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.grad", false]], "grad (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.grad", false]], "grad (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.grad", false]], "grad (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.grad", false]], "gradient() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.gradient", false]], "gradient() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.gradient", false]], "gradient_norms() (in module adelie.diagnostic)": [[56, "adelie.diagnostic.gradient_norms", false]], "gradient_scores() (in module adelie.diagnostic)": [[57, "adelie.diagnostic.gradient_scores", false]], "gradients() (in module adelie.diagnostic)": [[58, "adelie.diagnostic.gradients", false]], "group_sizes (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f attribute)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.group_sizes", false]], "group_sizes (adelie.adelie_core.matrix.matrixnaiveonehotdense64f attribute)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.group_sizes", false]], "group_type (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.group_type", false]], "group_type (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.group_type", false]], "groups (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f attribute)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.groups", false]], "groups (adelie.adelie_core.matrix.matrixnaiveonehotdense64f attribute)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.groups", false]], "groups (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.groups", false]], "groups (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.groups", false]], "groups (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.groups", false]], "groups (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.groups", false]], "groups (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.groups", false]], "groups (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.groups", false]], "groups (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.groups", false]], "grpnet() (in module adelie.solver)": [[89, "adelie.solver.grpnet", false]], "hessian() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.hessian", false]], "hessian_min (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.hessian_min", false]], "hessian_min_def (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.hessian_min_def", false]], "impute (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.impute", false]], "interaction() (in module adelie.matrix)": [[79, "adelie.matrix.interaction", false]], "intercept (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.intercept", false]], "intercept (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.intercept", false]], "intercept (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.intercept", false]], "intercept (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.intercept", false]], "intercept (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.intercept", false]], "intercept (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.intercept", false]], "intercept (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.intercept", false]], "intercepts (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.intercepts", false]], "intercepts (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.intercepts", false]], "intercepts (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.intercepts", false]], "intercepts (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.intercepts", false]], "intercepts (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.intercepts", false]], "intercepts (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.intercepts", false]], "intercepts (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.intercepts", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.inv_hessian_gradient", false]], "irls_max_iters (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.irls_max_iters", false]], "irls_max_iters (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.irls_max_iters", false]], "irls_tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.irls_tol", false]], "irls_tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.irls_tol", false]], "is_multi (adelie.adelie_core.glm.glmbase64 attribute)": [[4, "adelie.adelie_core.glm.GlmBase64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmbinomiallogit64 attribute)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmbinomialprobit64 attribute)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmgaussian64 attribute)": [[8, "adelie.adelie_core.glm.GlmGaussian64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmmultibase64 attribute)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmmultigaussian64 attribute)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmmultinomial64 attribute)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmpoisson64 attribute)": [[12, "adelie.adelie_core.glm.GlmPoisson64.is_multi", false]], "is_read (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.is_read", false]], "is_read (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.is_read", false]], "is_symmetric (adelie.adelie_core.glm.glmbase64 attribute)": [[4, "adelie.adelie_core.glm.GlmBase64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmbinomiallogit64 attribute)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmbinomialprobit64 attribute)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmgaussian64 attribute)": [[8, "adelie.adelie_core.glm.GlmGaussian64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmmultibase64 attribute)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmmultigaussian64 attribute)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmmultinomial64 attribute)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmpoisson64 attribute)": [[12, "adelie.adelie_core.glm.GlmPoisson64.is_symmetric", false]], "iters (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.iters", false]], "iters (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.iters", false]], "kronecker_eye() (in module adelie.matrix)": [[80, "adelie.matrix.kronecker_eye", false]], "lazy_cov() (in module adelie.matrix)": [[81, "adelie.matrix.lazy_cov", false]], "lmda (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmda", false]], "lmda (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmda", false]], "lmda (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmda", false]], "lmda (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmda", false]], "lmda (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmda", false]], "lmda_max (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmda_max", false]], "lmda_max (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmda_max", false]], "lmda_max (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmda_max", false]], "lmda_max (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmda_max", false]], "lmda_max (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmda_max", false]], "lmda_path (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmda_path", false]], "lmda_path_size (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmda_path_size", false]], "lmda_path_size (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmda_path_size", false]], "lmda_path_size (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmda_path_size", false]], "lmda_path_size (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmda_path_size", false]], "lmda_path_size (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmda_path_size", false]], "lmdas (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmdas", false]], "lmdas (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmdas", false]], "lmdas (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.lmdas", false]], "lmdas (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.lmdas", false]], "lmdas (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmdas", false]], "lmdas (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmdas", false]], "lmdas (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmdas", false]], "lmdas (adelie.cv.cvgrpnetresult attribute)": [[47, "adelie.cv.CVGrpnetResult.lmdas", false]], "loss() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.loss", false]], "loss() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.loss", false]], "loss() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.loss", false]], "loss() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.loss", false]], "loss() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.loss", false]], "loss() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.loss", false]], "loss() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.loss", false]], "loss() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.loss", false]], "loss() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.loss", false]], "loss_full (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.loss_full", false]], "loss_full (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.loss_full", false]], "loss_full (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.loss_full", false]], "loss_full (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.loss_full", false]], "loss_null (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.loss_null", false]], "loss_null (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.loss_null", false]], "loss_null (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.loss_null", false]], "loss_null (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.loss_null", false]], "losses (adelie.cv.cvgrpnetresult attribute)": [[47, "adelie.cv.CVGrpnetResult.losses", false]], "lower() (in module adelie.constraint)": [[46, "adelie.constraint.lower", false]], "matrixcovbase64 (class in adelie.adelie_core.matrix)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64", false]], "matrixcovblockdiag64 (class in adelie.adelie_core.matrix)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64", false]], "matrixcovdense64f (class in adelie.adelie_core.matrix)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F", false]], "matrixcovlazycov64f (class in adelie.adelie_core.matrix)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F", false]], "matrixcovsparse64f (class in adelie.adelie_core.matrix)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F", false]], "matrixnaivebase64 (class in adelie.adelie_core.matrix)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64", false]], "matrixnaivecconcatenate64 (class in adelie.adelie_core.matrix)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64", false]], "matrixnaivecsubset64 (class in adelie.adelie_core.matrix)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64", false]], "matrixnaivedense64f (class in adelie.adelie_core.matrix)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F", false]], "matrixnaiveinteractiondense64f (class in adelie.adelie_core.matrix)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F", false]], "matrixnaivekroneckereye64 (class in adelie.adelie_core.matrix)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64", false]], "matrixnaivekroneckereyedense64f (class in adelie.adelie_core.matrix)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F", false]], "matrixnaiveonehotdense64f (class in adelie.adelie_core.matrix)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F", false]], "matrixnaiverconcatenate64 (class in adelie.adelie_core.matrix)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64", false]], "matrixnaiversubset64 (class in adelie.adelie_core.matrix)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64", false]], "matrixnaivesnpphasedancestry64 (class in adelie.adelie_core.matrix)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64", false]], "matrixnaivesnpunphased64 (class in adelie.adelie_core.matrix)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64", false]], "matrixnaivesparse64f (class in adelie.adelie_core.matrix)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F", false]], "matrixnaivestandardize64 (class in adelie.adelie_core.matrix)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64", false]], "max_active_size (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.max_active_size", false]], "max_iters (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.max_iters", false]], "max_iters (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.max_iters", false]], "max_iters (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.max_iters", false]], "max_iters (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.max_iters", false]], "max_iters (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.max_iters", false]], "max_iters (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.max_iters", false]], "max_iters (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.max_iters", false]], "max_screen_size (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.max_screen_size", false]], "max_screen_size (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.max_screen_size", false]], "max_screen_size (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.max_screen_size", false]], "max_screen_size (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.max_screen_size", false]], "max_screen_size (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.max_screen_size", false]], "min_bytes (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.min_bytes", false]], "min_bytes_def (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.min_bytes_def", false]], "min_ratio (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.min_ratio", false]], "min_ratio (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.min_ratio", false]], "min_ratio (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.min_ratio", false]], "min_ratio (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.min_ratio", false]], "min_ratio (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.min_ratio", false]], "mul() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.mul", false]], "multi_intercept (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.multi_intercept", false]], "multi_intercept (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.multi_intercept", false]], "multigaussian() (in module adelie.glm)": [[70, "adelie.glm.multigaussian", false]], "multigaussian_naive() (in module adelie.state)": [[95, "adelie.state.multigaussian_naive", false]], "multiglm_naive() (in module adelie.state)": [[96, "adelie.state.multiglm_naive", false]], "multinomial() (in module adelie.glm)": [[71, "adelie.glm.multinomial", false]], "n_classes (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.n_classes", false]], "n_threads (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.n_threads", false]], "n_threads (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.n_threads", false]], "n_threads (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.n_threads", false]], "n_threads (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.n_threads", false]], "n_threads (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.n_threads", false]], "n_threads (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.n_threads", false]], "n_threads (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.n_threads", false]], "n_valid_solutions (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.n_valid_solutions", false]], "n_valid_solutions (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.n_valid_solutions", false]], "n_valid_solutions (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.n_valid_solutions", false]], "n_valid_solutions (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.n_valid_solutions", false]], "n_valid_solutions (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.n_valid_solutions", false]], "name (adelie.adelie_core.glm.glmbase64 attribute)": [[4, "adelie.adelie_core.glm.GlmBase64.name", false]], "name (adelie.adelie_core.glm.glmbinomiallogit64 attribute)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.name", false]], "name (adelie.adelie_core.glm.glmbinomialprobit64 attribute)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.name", false]], "name (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.name", false]], "name (adelie.adelie_core.glm.glmgaussian64 attribute)": [[8, "adelie.adelie_core.glm.GlmGaussian64.name", false]], "name (adelie.adelie_core.glm.glmmultibase64 attribute)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.name", false]], "name (adelie.adelie_core.glm.glmmultigaussian64 attribute)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.name", false]], "name (adelie.adelie_core.glm.glmmultinomial64 attribute)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.name", false]], "name (adelie.adelie_core.glm.glmpoisson64 attribute)": [[12, "adelie.adelie_core.glm.GlmPoisson64.name", false]], "ndim (adelie.adelie_core.matrix.matrixcovbase64 attribute)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixcovblockdiag64 attribute)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixcovdense64f attribute)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixcovlazycov64f attribute)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixcovsparse64f attribute)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivebase64 attribute)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivecconcatenate64 attribute)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivecsubset64 attribute)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivedense64f attribute)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f attribute)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivekroneckereye64 attribute)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f attribute)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaiveonehotdense64f attribute)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaiverconcatenate64 attribute)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaiversubset64 attribute)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 attribute)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivesnpunphased64 attribute)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivesparse64f attribute)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivestandardize64 attribute)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.ndim", false]], "newton_max_iters (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.newton_max_iters", false]], "newton_tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.newton_tol", false]], "nnm (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.nnm", false]], "nnz (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.nnz", false]], "nnz0 (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.nnz0", false]], "nnz1 (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.nnz1", false]], "objective() (in module adelie.bcd)": [[39, "adelie.bcd.objective", false]], "objective() (in module adelie.diagnostic)": [[59, "adelie.diagnostic.objective", false]], "offsets (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.offsets", false]], "offsets (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.offsets", false]], "one_hot() (in module adelie.matrix)": [[82, "adelie.matrix.one_hot", false]], "pb_symbol (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.pb_symbol", false]], "pb_symbol_def (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.pb_symbol_def", false]], "penalty (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.penalty", false]], "penalty (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.penalty", false]], "penalty (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.penalty", false]], "penalty (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.penalty", false]], "penalty (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.penalty", false]], "penalty (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.penalty", false]], "penalty (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.penalty", false]], "pivot_slack_ratio (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.pivot_slack_ratio", false]], "pivot_slack_ratio (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.pivot_slack_ratio", false]], "pivot_slack_ratio (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.pivot_slack_ratio", false]], "pivot_slack_ratio (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.pivot_slack_ratio", false]], "pivot_slack_ratio (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.pivot_slack_ratio", false]], "pivot_subset_min (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.pivot_subset_min", false]], "pivot_subset_min (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.pivot_subset_min", false]], "pivot_subset_min (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.pivot_subset_min", false]], "pivot_subset_min (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.pivot_subset_min", false]], "pivot_subset_min (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.pivot_subset_min", false]], "pivot_subset_ratio (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.pivot_subset_ratio", false]], "pivot_subset_ratio (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.pivot_subset_ratio", false]], "pivot_subset_ratio (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.pivot_subset_ratio", false]], "pivot_subset_ratio (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.pivot_subset_ratio", false]], "pivot_subset_ratio (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.pivot_subset_ratio", false]], "plot_benchmark() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_benchmark", false]], "plot_benchmark() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_benchmark", false]], "plot_benchmark() (in module adelie.diagnostic)": [[60, "adelie.diagnostic.plot_benchmark", false]], "plot_coefficients() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_coefficients", false]], "plot_coefficients() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_coefficients", false]], "plot_coefficients() (in module adelie.diagnostic)": [[61, "adelie.diagnostic.plot_coefficients", false]], "plot_devs() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_devs", false]], "plot_devs() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_devs", false]], "plot_devs() (in module adelie.diagnostic)": [[62, "adelie.diagnostic.plot_devs", false]], "plot_kkt() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_kkt", false]], "plot_kkt() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_kkt", false]], "plot_kkt() (in module adelie.diagnostic)": [[63, "adelie.diagnostic.plot_kkt", false]], "plot_loss() (adelie.cv.cvgrpnetresult method)": [[47, "adelie.cv.CVGrpnetResult.plot_loss", false]], "plot_set_sizes() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_set_sizes", false]], "plot_set_sizes() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_set_sizes", false]], "plot_set_sizes() (in module adelie.diagnostic)": [[64, "adelie.diagnostic.plot_set_sizes", false]], "poisson() (in module adelie.glm)": [[72, "adelie.glm.poisson", false]], "predict() (in module adelie.diagnostic)": [[65, "adelie.diagnostic.predict", false]], "primal_size (adelie.adelie_core.constraint.constraintbase64 attribute)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.primal_size", false]], "primal_size (adelie.adelie_core.constraint.constraintlowerupper64 attribute)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.primal_size", false]], "primals() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.primals", false]], "primals() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.primals", false]], "project() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.project", false]], "project() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.project", false]], "rdev_tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.rdev_tol", false]], "rdev_tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.rdev_tol", false]], "read() (adelie.io.snp_phased_ancestry method)": [[73, "adelie.io.snp_phased_ancestry.read", false]], "read() (adelie.io.snp_unphased method)": [[74, "adelie.io.snp_unphased.read", false]], "resid (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.resid", false]], "resid (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.resid", false]], "resid (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.resid", false]], "resid (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.resid", false]], "resid (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.resid", false]], "resid_sum (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.resid_sum", false]], "resid_sum (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.resid_sum", false]], "resid_sum (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.resid_sum", false]], "residuals() (in module adelie.diagnostic)": [[66, "adelie.diagnostic.residuals", false]], "root() (in module adelie.bcd)": [[40, "adelie.bcd.root", false]], "root_function() (in module adelie.bcd)": [[41, "adelie.bcd.root_function", false]], "root_lower_bound() (in module adelie.bcd)": [[42, "adelie.bcd.root_lower_bound", false]], "root_upper_bound() (in module adelie.bcd)": [[43, "adelie.bcd.root_upper_bound", false]], "rows (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.rows", false]], "rows (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.rows", false]], "rsq (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.rsq", false]], "rsq (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.rsq", false]], "rsq (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.rsq", false]], "rsq (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.rsq", false]], "rsq (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.rsq", false]], "rsqs (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.rsqs", false]], "rsqs (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.rsqs", false]], "scale_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.scale_to", false]], "screen_begins (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_begins", false]], "screen_beta (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_beta", false]], "screen_dual (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_dual", false]], "screen_dual_begins (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_dual_begins", false]], "screen_grad (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_grad", false]], "screen_grad (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_grad", false]], "screen_hashset (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_hashset", false]], "screen_hashset (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_hashset", false]], "screen_hashset (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_hashset", false]], "screen_hashset (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_hashset", false]], "screen_hashset (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_hashset", false]], "screen_is_active (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_is_active", false]], "screen_rule (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_rule", false]], "screen_rule (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_rule", false]], "screen_rule (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_rule", false]], "screen_rule (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_rule", false]], "screen_rule (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_rule", false]], "screen_set (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_set", false]], "screen_set (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_set", false]], "screen_set (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_set", false]], "screen_set (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_set", false]], "screen_set (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_set", false]], "screen_set (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_set", false]], "screen_set (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_set", false]], "screen_sizes (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_sizes", false]], "screen_sizes (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_sizes", false]], "screen_sizes (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_sizes", false]], "screen_sizes (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_sizes", false]], "screen_sizes (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_sizes", false]], "screen_subset_order (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_subset_order", false]], "screen_subset_ordered (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_subset_ordered", false]], "screen_transforms (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_transforms", false]], "screen_transforms (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_transforms", false]], "screen_transforms (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_transforms", false]], "screen_transforms (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_transforms", false]], "screen_transforms (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_transforms", false]], "screen_vars (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_vars", false]], "screen_vars (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_vars", false]], "screen_vars (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_vars", false]], "screen_vars (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_vars", false]], "screen_vars (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_vars", false]], "screen_x_means (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_X_means", false]], "screen_x_means (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_X_means", false]], "screen_x_means (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_X_means", false]], "set_configs() (in module adelie.configs)": [[45, "adelie.configs.set_configs", false]], "setup_lmda_max (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.setup_lmda_max", false]], "setup_lmda_max (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.setup_lmda_max", false]], "setup_lmda_max (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.setup_lmda_max", false]], "setup_lmda_max (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.setup_lmda_max", false]], "setup_lmda_max (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.setup_lmda_max", false]], "setup_lmda_path (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.setup_lmda_path", false]], "setup_lmda_path (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.setup_lmda_path", false]], "setup_lmda_path (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.setup_lmda_path", false]], "setup_lmda_path (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.setup_lmda_path", false]], "setup_lmda_path (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.setup_lmda_path", false]], "setup_loss_null (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.setup_loss_null", false]], "setup_loss_null (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.setup_loss_null", false]], "shape (adelie.adelie_core.matrix.matrixcovbase64 attribute)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.shape", false]], "shape (adelie.adelie_core.matrix.matrixcovblockdiag64 attribute)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.shape", false]], "shape (adelie.adelie_core.matrix.matrixcovdense64f attribute)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixcovlazycov64f attribute)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixcovsparse64f attribute)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivebase64 attribute)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivecconcatenate64 attribute)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivecsubset64 attribute)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivedense64f attribute)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f attribute)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivekroneckereye64 attribute)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f attribute)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaiveonehotdense64f attribute)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaiverconcatenate64 attribute)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaiversubset64 attribute)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 attribute)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivesnpunphased64 attribute)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivesparse64f attribute)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivestandardize64 attribute)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.shape", false]], "snp_phased_ancestry (class in adelie.io)": [[73, "adelie.io.snp_phased_ancestry", false]], "snp_phased_ancestry() (in module adelie.data)": [[50, "adelie.data.snp_phased_ancestry", false]], "snp_phased_ancestry() (in module adelie.matrix)": [[83, "adelie.matrix.snp_phased_ancestry", false]], "snp_unphased (class in adelie.io)": [[74, "adelie.io.snp_unphased", false]], "snp_unphased() (in module adelie.data)": [[51, "adelie.data.snp_unphased", false]], "snp_unphased() (in module adelie.matrix)": [[84, "adelie.matrix.snp_unphased", false]], "snps (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.snps", false]], "snps (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.snps", false]], "solve() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.solve", false]], "solve() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.solve", false]], "solve() (in module adelie.bcd)": [[44, "adelie.bcd.solve", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.sp_btmul", false]], "sparse() (in module adelie.matrix)": [[85, "adelie.matrix.sparse", false]], "standardize() (in module adelie.matrix)": [[86, "adelie.matrix.standardize", false]], "start_order (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.start_order", false]], "start_so (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.start_so", false]], "stategaussiancov64 (class in adelie.adelie_core.state)": [[32, "adelie.adelie_core.state.StateGaussianCov64", false]], "stategaussiannaive64 (class in adelie.adelie_core.state)": [[33, "adelie.adelie_core.state.StateGaussianNaive64", false]], "stategaussianpincov64 (class in adelie.adelie_core.state)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64", false]], "stategaussianpinnaive64 (class in adelie.adelie_core.state)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64", false]], "stateglmnaive64 (class in adelie.adelie_core.state)": [[36, "adelie.adelie_core.state.StateGlmNaive64", false]], "statemultigaussiannaive64 (class in adelie.adelie_core.state)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64", false]], "statemultiglmnaive64 (class in adelie.adelie_core.state)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64", false]], "status_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.status_to", false]], "stop_order (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.stop_order", false]], "stop_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.stop_to", false]], "subset() (in module adelie.matrix)": [[87, "adelie.matrix.subset", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.to_dense", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.to_dense", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.to_dense", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.to_dense", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.to_dense", false]], "to_dense() (adelie.io.snp_phased_ancestry method)": [[73, "adelie.io.snp_phased_ancestry.to_dense", false]], "to_dense() (adelie.io.snp_unphased method)": [[74, "adelie.io.snp_unphased.to_dense", false]], "tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.tol", false]], "tol (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.tol", false]], "tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.tol", false]], "tol (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.tol", false]], "tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.tol", false]], "tol (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.tol", false]], "tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.tol", false]], "v (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.v", false]], "weights (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.weights", false]], "weights (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.weights", false]], "weights (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.weights", false]], "weights_mean_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.weights_mean_to", false]], "weights_size_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.weights_size_to", false]], "weights_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.weights_to", false]], "write() (adelie.io.snp_phased_ancestry method)": [[73, "adelie.io.snp_phased_ancestry.write", false]], "write() (adelie.io.snp_unphased method)": [[74, "adelie.io.snp_unphased.write", false]], "x (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.X", false]], "x (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.X", false]], "x (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.X", false]], "x (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.X", false]], "x (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.X", false]], "x_means (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.X_means", false]], "x_means (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.X_means", false]], "y_mean (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.y_mean", false]], "y_mean (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.y_mean", false]], "y_mean (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.y_mean", false]], "y_var (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.y_var", false]], "y_var (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.y_var", false]], "y_var (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.y_var", false]]}, "objects": {"adelie.adelie_core.configs": [[1, 0, 1, "", "Configs"]], "adelie.adelie_core.configs.Configs": [[1, 1, 1, "", "__init__"], [1, 2, 1, "", "dbeta_tol"], [1, 2, 1, "", "dbeta_tol_def"], [1, 2, 1, "", "hessian_min"], [1, 2, 1, "", "hessian_min_def"], [1, 2, 1, "", "min_bytes"], [1, 2, 1, "", "min_bytes_def"], [1, 2, 1, "", "pb_symbol"], [1, 2, 1, "", "pb_symbol_def"]], "adelie.adelie_core.constraint": [[2, 0, 1, "", "ConstraintBase64"], [3, 0, 1, "", "ConstraintLowerUpper64"]], "adelie.adelie_core.constraint.ConstraintBase64": [[2, 1, 1, "", "__init__"], [2, 2, 1, "", "dual_size"], [2, 1, 1, "", "duals"], [2, 1, 1, "", "gradient"], [2, 2, 1, "", "primal_size"], [2, 1, 1, "", "primals"], [2, 1, 1, "", "project"], [2, 1, 1, "", "solve"]], "adelie.adelie_core.constraint.ConstraintLowerUpper64": [[3, 1, 1, "", "__init__"], [3, 2, 1, "", "dual_size"], [3, 1, 1, "", "duals"], [3, 1, 1, "", "gradient"], [3, 2, 1, "", "primal_size"], [3, 1, 1, "", "primals"], [3, 1, 1, "", "project"], [3, 1, 1, "", "solve"]], "adelie.adelie_core.glm": [[4, 0, 1, "", "GlmBase64"], [5, 0, 1, "", "GlmBinomialLogit64"], [6, 0, 1, "", "GlmBinomialProbit64"], [7, 0, 1, "", "GlmCox64"], [8, 0, 1, "", "GlmGaussian64"], [9, 0, 1, "", "GlmMultiBase64"], [10, 0, 1, "", "GlmMultiGaussian64"], [11, 0, 1, "", "GlmMultinomial64"], [12, 0, 1, "", "GlmPoisson64"]], "adelie.adelie_core.glm.GlmBase64": [[4, 1, 1, "", "__init__"], [4, 1, 1, "", "gradient"], [4, 1, 1, "", "hessian"], [4, 1, 1, "", "inv_hessian_gradient"], [4, 2, 1, "", "is_multi"], [4, 2, 1, "", "is_symmetric"], [4, 1, 1, "", "loss"], [4, 1, 1, "", "loss_full"], [4, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmBinomialLogit64": [[5, 1, 1, "", "__init__"], [5, 1, 1, "", "gradient"], [5, 1, 1, "", "hessian"], [5, 1, 1, "", "inv_hessian_gradient"], [5, 2, 1, "", "is_multi"], [5, 2, 1, "", "is_symmetric"], [5, 1, 1, "", "loss"], [5, 1, 1, "", "loss_full"], [5, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmBinomialProbit64": [[6, 1, 1, "", "__init__"], [6, 1, 1, "", "gradient"], [6, 1, 1, "", "hessian"], [6, 1, 1, "", "inv_hessian_gradient"], [6, 2, 1, "", "is_multi"], [6, 2, 1, "", "is_symmetric"], [6, 1, 1, "", "loss"], [6, 1, 1, "", "loss_full"], [6, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmCox64": [[7, 1, 1, "", "__init__"], [7, 1, 1, "", "gradient"], [7, 1, 1, "", "hessian"], [7, 1, 1, "", "inv_hessian_gradient"], [7, 2, 1, "", "is_multi"], [7, 2, 1, "", "is_symmetric"], [7, 1, 1, "", "loss"], [7, 1, 1, "", "loss_full"], [7, 2, 1, "", "name"], [7, 2, 1, "", "scale_to"], [7, 2, 1, "", "start_order"], [7, 2, 1, "", "start_so"], [7, 2, 1, "", "status_to"], [7, 2, 1, "", "stop_order"], [7, 2, 1, "", "stop_to"], [7, 2, 1, "", "weights_mean_to"], [7, 2, 1, "", "weights_size_to"], [7, 2, 1, "", "weights_to"]], "adelie.adelie_core.glm.GlmGaussian64": [[8, 1, 1, "", "__init__"], [8, 1, 1, "", "gradient"], [8, 1, 1, "", "hessian"], [8, 1, 1, "", "inv_hessian_gradient"], [8, 2, 1, "", "is_multi"], [8, 2, 1, "", "is_symmetric"], [8, 1, 1, "", "loss"], [8, 1, 1, "", "loss_full"], [8, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmMultiBase64": [[9, 1, 1, "", "__init__"], [9, 1, 1, "", "gradient"], [9, 1, 1, "", "hessian"], [9, 1, 1, "", "inv_hessian_gradient"], [9, 2, 1, "", "is_multi"], [9, 2, 1, "", "is_symmetric"], [9, 1, 1, "", "loss"], [9, 1, 1, "", "loss_full"], [9, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmMultiGaussian64": [[10, 1, 1, "", "__init__"], [10, 1, 1, "", "gradient"], [10, 1, 1, "", "hessian"], [10, 1, 1, "", "inv_hessian_gradient"], [10, 2, 1, "", "is_multi"], [10, 2, 1, "", "is_symmetric"], [10, 1, 1, "", "loss"], [10, 1, 1, "", "loss_full"], [10, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmMultinomial64": [[11, 1, 1, "", "__init__"], [11, 1, 1, "", "gradient"], [11, 1, 1, "", "hessian"], [11, 1, 1, "", "inv_hessian_gradient"], [11, 2, 1, "", "is_multi"], [11, 2, 1, "", "is_symmetric"], [11, 1, 1, "", "loss"], [11, 1, 1, "", "loss_full"], [11, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmPoisson64": [[12, 1, 1, "", "__init__"], [12, 1, 1, "", "gradient"], [12, 1, 1, "", "hessian"], [12, 1, 1, "", "inv_hessian_gradient"], [12, 2, 1, "", "is_multi"], [12, 2, 1, "", "is_symmetric"], [12, 1, 1, "", "loss"], [12, 1, 1, "", "loss_full"], [12, 2, 1, "", "name"]], "adelie.adelie_core.matrix": [[13, 0, 1, "", "MatrixCovBase64"], [14, 0, 1, "", "MatrixCovBlockDiag64"], [15, 0, 1, "", "MatrixCovDense64F"], [16, 0, 1, "", "MatrixCovLazyCov64F"], [17, 0, 1, "", "MatrixCovSparse64F"], [18, 0, 1, "", "MatrixNaiveBase64"], [19, 0, 1, "", "MatrixNaiveCConcatenate64"], [20, 0, 1, "", "MatrixNaiveCSubset64"], [21, 0, 1, "", "MatrixNaiveDense64F"], [22, 0, 1, "", "MatrixNaiveInteractionDense64F"], [23, 0, 1, "", "MatrixNaiveKroneckerEye64"], [24, 0, 1, "", "MatrixNaiveKroneckerEyeDense64F"], [25, 0, 1, "", "MatrixNaiveOneHotDense64F"], [26, 0, 1, "", "MatrixNaiveRConcatenate64"], [27, 0, 1, "", "MatrixNaiveRSubset64"], [28, 0, 1, "", "MatrixNaiveSNPPhasedAncestry64"], [29, 0, 1, "", "MatrixNaiveSNPUnphased64"], [30, 0, 1, "", "MatrixNaiveSparse64F"], [31, 0, 1, "", "MatrixNaiveStandardize64"]], "adelie.adelie_core.matrix.MatrixCovBase64": [[13, 1, 1, "", "__init__"], [13, 1, 1, "", "bmul"], [13, 1, 1, "", "cols"], [13, 1, 1, "", "mul"], [13, 2, 1, "", "ndim"], [13, 1, 1, "", "rows"], [13, 2, 1, "", "shape"], [13, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixCovBlockDiag64": [[14, 1, 1, "", "__init__"], [14, 1, 1, "", "bmul"], [14, 1, 1, "", "cols"], [14, 1, 1, "", "mul"], [14, 2, 1, "", "ndim"], [14, 1, 1, "", "rows"], [14, 2, 1, "", "shape"], [14, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixCovDense64F": [[15, 1, 1, "", "__init__"], [15, 1, 1, "", "bmul"], [15, 1, 1, "", "cols"], [15, 1, 1, "", "mul"], [15, 2, 1, "", "ndim"], [15, 1, 1, "", "rows"], [15, 2, 1, "", "shape"], [15, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixCovLazyCov64F": [[16, 1, 1, "", "__init__"], [16, 1, 1, "", "bmul"], [16, 1, 1, "", "cols"], [16, 1, 1, "", "mul"], [16, 2, 1, "", "ndim"], [16, 1, 1, "", "rows"], [16, 2, 1, "", "shape"], [16, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixCovSparse64F": [[17, 1, 1, "", "__init__"], [17, 1, 1, "", "bmul"], [17, 1, 1, "", "cols"], [17, 1, 1, "", "mul"], [17, 2, 1, "", "ndim"], [17, 1, 1, "", "rows"], [17, 2, 1, "", "shape"], [17, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixNaiveBase64": [[18, 1, 1, "", "__init__"], [18, 1, 1, "", "bmul"], [18, 1, 1, "", "btmul"], [18, 1, 1, "", "cmul"], [18, 1, 1, "", "cols"], [18, 1, 1, "", "cov"], [18, 1, 1, "", "ctmul"], [18, 1, 1, "", "mul"], [18, 2, 1, "", "ndim"], [18, 1, 1, "", "rows"], [18, 2, 1, "", "shape"], [18, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64": [[19, 1, 1, "", "__init__"], [19, 1, 1, "", "bmul"], [19, 1, 1, "", "btmul"], [19, 1, 1, "", "cmul"], [19, 1, 1, "", "cols"], [19, 1, 1, "", "cov"], [19, 1, 1, "", "ctmul"], [19, 1, 1, "", "mul"], [19, 2, 1, "", "ndim"], [19, 1, 1, "", "rows"], [19, 2, 1, "", "shape"], [19, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveCSubset64": [[20, 1, 1, "", "__init__"], [20, 1, 1, "", "bmul"], [20, 1, 1, "", "btmul"], [20, 1, 1, "", "cmul"], [20, 1, 1, "", "cols"], [20, 1, 1, "", "cov"], [20, 1, 1, "", "ctmul"], [20, 1, 1, "", "mul"], [20, 2, 1, "", "ndim"], [20, 1, 1, "", "rows"], [20, 2, 1, "", "shape"], [20, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveDense64F": [[21, 1, 1, "", "__init__"], [21, 1, 1, "", "bmul"], [21, 1, 1, "", "btmul"], [21, 1, 1, "", "cmul"], [21, 1, 1, "", "cols"], [21, 1, 1, "", "cov"], [21, 1, 1, "", "ctmul"], [21, 1, 1, "", "mul"], [21, 2, 1, "", "ndim"], [21, 1, 1, "", "rows"], [21, 2, 1, "", "shape"], [21, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F": [[22, 1, 1, "", "__init__"], [22, 1, 1, "", "bmul"], [22, 1, 1, "", "btmul"], [22, 1, 1, "", "cmul"], [22, 1, 1, "", "cols"], [22, 1, 1, "", "cov"], [22, 1, 1, "", "ctmul"], [22, 2, 1, "", "group_sizes"], [22, 2, 1, "", "groups"], [22, 1, 1, "", "mul"], [22, 2, 1, "", "ndim"], [22, 1, 1, "", "rows"], [22, 2, 1, "", "shape"], [22, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64": [[23, 1, 1, "", "__init__"], [23, 1, 1, "", "bmul"], [23, 1, 1, "", "btmul"], [23, 1, 1, "", "cmul"], [23, 1, 1, "", "cols"], [23, 1, 1, "", "cov"], [23, 1, 1, "", "ctmul"], [23, 1, 1, "", "mul"], [23, 2, 1, "", "ndim"], [23, 1, 1, "", "rows"], [23, 2, 1, "", "shape"], [23, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F": [[24, 1, 1, "", "__init__"], [24, 1, 1, "", "bmul"], [24, 1, 1, "", "btmul"], [24, 1, 1, "", "cmul"], [24, 1, 1, "", "cols"], [24, 1, 1, "", "cov"], [24, 1, 1, "", "ctmul"], [24, 1, 1, "", "mul"], [24, 2, 1, "", "ndim"], [24, 1, 1, "", "rows"], [24, 2, 1, "", "shape"], [24, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F": [[25, 1, 1, "", "__init__"], [25, 1, 1, "", "bmul"], [25, 1, 1, "", "btmul"], [25, 1, 1, "", "cmul"], [25, 1, 1, "", "cols"], [25, 1, 1, "", "cov"], [25, 1, 1, "", "ctmul"], [25, 2, 1, "", "group_sizes"], [25, 2, 1, "", "groups"], [25, 1, 1, "", "mul"], [25, 2, 1, "", "ndim"], [25, 1, 1, "", "rows"], [25, 2, 1, "", "shape"], [25, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64": [[26, 1, 1, "", "__init__"], [26, 1, 1, "", "bmul"], [26, 1, 1, "", "btmul"], [26, 1, 1, "", "cmul"], [26, 1, 1, "", "cols"], [26, 1, 1, "", "cov"], [26, 1, 1, "", "ctmul"], [26, 1, 1, "", "mul"], [26, 2, 1, "", "ndim"], [26, 1, 1, "", "rows"], [26, 2, 1, "", "shape"], [26, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveRSubset64": [[27, 1, 1, "", "__init__"], [27, 1, 1, "", "bmul"], [27, 1, 1, "", "btmul"], [27, 1, 1, "", "cmul"], [27, 1, 1, "", "cols"], [27, 1, 1, "", "cov"], [27, 1, 1, "", "ctmul"], [27, 1, 1, "", "mul"], [27, 2, 1, "", "ndim"], [27, 1, 1, "", "rows"], [27, 2, 1, "", "shape"], [27, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64": [[28, 1, 1, "", "__init__"], [28, 1, 1, "", "bmul"], [28, 1, 1, "", "btmul"], [28, 1, 1, "", "cmul"], [28, 1, 1, "", "cols"], [28, 1, 1, "", "cov"], [28, 1, 1, "", "ctmul"], [28, 1, 1, "", "mul"], [28, 2, 1, "", "ndim"], [28, 1, 1, "", "rows"], [28, 2, 1, "", "shape"], [28, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64": [[29, 1, 1, "", "__init__"], [29, 1, 1, "", "bmul"], [29, 1, 1, "", "btmul"], [29, 1, 1, "", "cmul"], [29, 1, 1, "", "cols"], [29, 1, 1, "", "cov"], [29, 1, 1, "", "ctmul"], [29, 1, 1, "", "mul"], [29, 2, 1, "", "ndim"], [29, 1, 1, "", "rows"], [29, 2, 1, "", "shape"], [29, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveSparse64F": [[30, 1, 1, "", "__init__"], [30, 1, 1, "", "bmul"], [30, 1, 1, "", "btmul"], [30, 1, 1, "", "cmul"], [30, 1, 1, "", "cols"], [30, 1, 1, "", "cov"], [30, 1, 1, "", "ctmul"], [30, 1, 1, "", "mul"], [30, 2, 1, "", "ndim"], [30, 1, 1, "", "rows"], [30, 2, 1, "", "shape"], [30, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveStandardize64": [[31, 1, 1, "", "__init__"], [31, 1, 1, "", "bmul"], [31, 1, 1, "", "btmul"], [31, 1, 1, "", "cmul"], [31, 1, 1, "", "cols"], [31, 1, 1, "", "cov"], [31, 1, 1, "", "ctmul"], [31, 1, 1, "", "mul"], [31, 2, 1, "", "ndim"], [31, 1, 1, "", "rows"], [31, 2, 1, "", "shape"], [31, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.state": [[32, 0, 1, "", "StateGaussianCov64"], [33, 0, 1, "", "StateGaussianNaive64"], [34, 0, 1, "", "StateGaussianPinCov64"], [35, 0, 1, "", "StateGaussianPinNaive64"], [36, 0, 1, "", "StateGlmNaive64"], [37, 0, 1, "", "StateMultiGaussianNaive64"], [38, 0, 1, "", "StateMultiGlmNaive64"]], "adelie.adelie_core.state.StateGaussianCov64": [[32, 2, 1, "", "A"], [32, 1, 1, "", "__init__"], [32, 2, 1, "", "abs_grad"], [32, 2, 1, "", "active_set"], [32, 2, 1, "", "active_set_size"], [32, 2, 1, "", "active_sizes"], [32, 2, 1, "", "adev_tol"], [32, 2, 1, "", "alpha"], [32, 2, 1, "", "benchmark_fit_active"], [32, 2, 1, "", "benchmark_fit_screen"], [32, 2, 1, "", "benchmark_invariance"], [32, 2, 1, "", "benchmark_kkt"], [32, 2, 1, "", "benchmark_screen"], [32, 2, 1, "", "betas"], [32, 2, 1, "", "constraints"], [32, 2, 1, "", "ddev_tol"], [32, 2, 1, "", "devs"], [32, 2, 1, "", "early_exit"], [32, 2, 1, "", "grad"], [32, 2, 1, "", "group_sizes"], [32, 2, 1, "", "groups"], [32, 2, 1, "", "intercept"], [32, 2, 1, "", "intercepts"], [32, 2, 1, "", "lmda"], [32, 2, 1, "", "lmda_max"], [32, 2, 1, "", "lmda_path"], [32, 2, 1, "", "lmda_path_size"], [32, 2, 1, "", "lmdas"], [32, 2, 1, "", "max_active_size"], [32, 2, 1, "", "max_iters"], [32, 2, 1, "", "max_screen_size"], [32, 2, 1, "", "min_ratio"], [32, 2, 1, "", "n_threads"], [32, 2, 1, "", "n_valid_solutions"], [32, 2, 1, "", "newton_max_iters"], [32, 2, 1, "", "newton_tol"], [32, 2, 1, "", "penalty"], [32, 2, 1, "", "pivot_slack_ratio"], [32, 2, 1, "", "pivot_subset_min"], [32, 2, 1, "", "pivot_subset_ratio"], [32, 2, 1, "", "rdev_tol"], [32, 2, 1, "", "rsq"], [32, 2, 1, "", "screen_begins"], [32, 2, 1, "", "screen_beta"], [32, 2, 1, "", "screen_dual"], [32, 2, 1, "", "screen_dual_begins"], [32, 2, 1, "", "screen_grad"], [32, 2, 1, "", "screen_hashset"], [32, 2, 1, "", "screen_is_active"], [32, 2, 1, "", "screen_rule"], [32, 2, 1, "", "screen_set"], [32, 2, 1, "", "screen_sizes"], [32, 2, 1, "", "screen_transforms"], [32, 2, 1, "", "screen_vars"], [32, 2, 1, "", "setup_lmda_max"], [32, 2, 1, "", "setup_lmda_path"], [32, 2, 1, "", "tol"], [32, 2, 1, "", "v"]], "adelie.adelie_core.state.StateGaussianNaive64": [[33, 2, 1, "", "X"], [33, 2, 1, "", "X_means"], [33, 1, 1, "", "__init__"], [33, 2, 1, "", "abs_grad"], [33, 2, 1, "", "active_set"], [33, 2, 1, "", "active_set_size"], [33, 2, 1, "", "active_sizes"], [33, 2, 1, "", "adev_tol"], [33, 2, 1, "", "alpha"], [33, 2, 1, "", "benchmark_fit_active"], [33, 2, 1, "", "benchmark_fit_screen"], [33, 2, 1, "", "benchmark_invariance"], [33, 2, 1, "", "benchmark_kkt"], [33, 2, 1, "", "benchmark_screen"], [33, 2, 1, "", "betas"], [33, 2, 1, "", "constraints"], [33, 2, 1, "", "ddev_tol"], [33, 2, 1, "", "devs"], [33, 2, 1, "", "early_exit"], [33, 2, 1, "", "grad"], [33, 2, 1, "", "group_sizes"], [33, 2, 1, "", "groups"], [33, 2, 1, "", "intercept"], [33, 2, 1, "", "intercepts"], [33, 2, 1, "", "lmda"], [33, 2, 1, "", "lmda_max"], [33, 2, 1, "", "lmda_path"], [33, 2, 1, "", "lmda_path_size"], [33, 2, 1, "", "lmdas"], [33, 2, 1, "", "loss_full"], [33, 2, 1, "", "loss_null"], [33, 2, 1, "", "max_active_size"], [33, 2, 1, "", "max_iters"], [33, 2, 1, "", "max_screen_size"], [33, 2, 1, "", "min_ratio"], [33, 2, 1, "", "n_threads"], [33, 2, 1, "", "n_valid_solutions"], [33, 2, 1, "", "newton_max_iters"], [33, 2, 1, "", "newton_tol"], [33, 2, 1, "", "penalty"], [33, 2, 1, "", "pivot_slack_ratio"], [33, 2, 1, "", "pivot_subset_min"], [33, 2, 1, "", "pivot_subset_ratio"], [33, 2, 1, "", "resid"], [33, 2, 1, "", "resid_sum"], [33, 2, 1, "", "rsq"], [33, 2, 1, "", "screen_X_means"], [33, 2, 1, "", "screen_begins"], [33, 2, 1, "", "screen_beta"], [33, 2, 1, "", "screen_dual"], [33, 2, 1, "", "screen_dual_begins"], [33, 2, 1, "", "screen_hashset"], [33, 2, 1, "", "screen_is_active"], [33, 2, 1, "", "screen_rule"], [33, 2, 1, "", "screen_set"], [33, 2, 1, "", "screen_sizes"], [33, 2, 1, "", "screen_transforms"], [33, 2, 1, "", "screen_vars"], [33, 2, 1, "", "setup_lmda_max"], [33, 2, 1, "", "setup_lmda_path"], [33, 2, 1, "", "tol"], [33, 2, 1, "", "weights"], [33, 2, 1, "", "y_mean"], [33, 2, 1, "", "y_var"]], "adelie.adelie_core.state.StateGaussianPinCov64": [[34, 2, 1, "", "A"], [34, 1, 1, "", "__init__"], [34, 2, 1, "", "active_begins"], [34, 2, 1, "", "active_order"], [34, 2, 1, "", "active_set"], [34, 2, 1, "", "active_set_size"], [34, 2, 1, "", "adev_tol"], [34, 2, 1, "", "alpha"], [34, 2, 1, "", "benchmark_active"], [34, 2, 1, "", "benchmark_screen"], [34, 2, 1, "", "betas"], [34, 2, 1, "", "constraints"], [34, 2, 1, "", "ddev_tol"], [34, 2, 1, "", "group_sizes"], [34, 2, 1, "", "groups"], [34, 2, 1, "", "intercept"], [34, 2, 1, "", "intercepts"], [34, 2, 1, "", "iters"], [34, 2, 1, "", "lmda_path"], [34, 2, 1, "", "lmdas"], [34, 2, 1, "", "max_active_size"], [34, 2, 1, "", "max_iters"], [34, 2, 1, "", "n_threads"], [34, 2, 1, "", "newton_max_iters"], [34, 2, 1, "", "newton_tol"], [34, 2, 1, "", "penalty"], [34, 2, 1, "", "rdev_tol"], [34, 2, 1, "", "rsq"], [34, 2, 1, "", "rsqs"], [34, 2, 1, "", "screen_begins"], [34, 2, 1, "", "screen_beta"], [34, 2, 1, "", "screen_dual"], [34, 2, 1, "", "screen_dual_begins"], [34, 2, 1, "", "screen_grad"], [34, 2, 1, "", "screen_is_active"], [34, 2, 1, "", "screen_set"], [34, 2, 1, "", "screen_subset_order"], [34, 2, 1, "", "screen_subset_ordered"], [34, 2, 1, "", "screen_transforms"], [34, 2, 1, "", "screen_vars"], [34, 2, 1, "", "tol"]], "adelie.adelie_core.state.StateGaussianPinNaive64": [[35, 2, 1, "", "X"], [35, 1, 1, "", "__init__"], [35, 2, 1, "", "active_begins"], [35, 2, 1, "", "active_order"], [35, 2, 1, "", "active_set"], [35, 2, 1, "", "active_set_size"], [35, 2, 1, "", "adev_tol"], [35, 2, 1, "", "alpha"], [35, 2, 1, "", "benchmark_active"], [35, 2, 1, "", "benchmark_screen"], [35, 2, 1, "", "betas"], [35, 2, 1, "", "constraints"], [35, 2, 1, "", "ddev_tol"], [35, 2, 1, "", "group_sizes"], [35, 2, 1, "", "groups"], [35, 2, 1, "", "intercept"], [35, 2, 1, "", "intercepts"], [35, 2, 1, "", "iters"], [35, 2, 1, "", "lmda_path"], [35, 2, 1, "", "lmdas"], [35, 2, 1, "", "max_active_size"], [35, 2, 1, "", "max_iters"], [35, 2, 1, "", "n_threads"], [35, 2, 1, "", "newton_max_iters"], [35, 2, 1, "", "newton_tol"], [35, 2, 1, "", "penalty"], [35, 2, 1, "", "resid"], [35, 2, 1, "", "resid_sum"], [35, 2, 1, "", "rsq"], [35, 2, 1, "", "rsqs"], [35, 2, 1, "", "screen_X_means"], [35, 2, 1, "", "screen_begins"], [35, 2, 1, "", "screen_beta"], [35, 2, 1, "", "screen_dual"], [35, 2, 1, "", "screen_dual_begins"], [35, 2, 1, "", "screen_is_active"], [35, 2, 1, "", "screen_set"], [35, 2, 1, "", "screen_transforms"], [35, 2, 1, "", "screen_vars"], [35, 2, 1, "", "tol"], [35, 2, 1, "", "weights"], [35, 2, 1, "", "y_mean"], [35, 2, 1, "", "y_var"]], "adelie.adelie_core.state.StateGlmNaive64": [[36, 2, 1, "", "X"], [36, 1, 1, "", "__init__"], [36, 2, 1, "", "abs_grad"], [36, 2, 1, "", "active_set"], [36, 2, 1, "", "active_set_size"], [36, 2, 1, "", "active_sizes"], [36, 2, 1, "", "adev_tol"], [36, 2, 1, "", "alpha"], [36, 2, 1, "", "benchmark_fit_active"], [36, 2, 1, "", "benchmark_fit_screen"], [36, 2, 1, "", "benchmark_invariance"], [36, 2, 1, "", "benchmark_kkt"], [36, 2, 1, "", "benchmark_screen"], [36, 2, 1, "", "beta0"], [36, 2, 1, "", "betas"], [36, 2, 1, "", "constraints"], [36, 2, 1, "", "ddev_tol"], [36, 2, 1, "", "devs"], [36, 2, 1, "", "early_exit"], [36, 2, 1, "", "eta"], [36, 2, 1, "", "grad"], [36, 2, 1, "", "group_sizes"], [36, 2, 1, "", "groups"], [36, 2, 1, "", "intercept"], [36, 2, 1, "", "intercepts"], [36, 2, 1, "", "irls_max_iters"], [36, 2, 1, "", "irls_tol"], [36, 2, 1, "", "lmda"], [36, 2, 1, "", "lmda_max"], [36, 2, 1, "", "lmda_path"], [36, 2, 1, "", "lmda_path_size"], [36, 2, 1, "", "lmdas"], [36, 2, 1, "", "loss_full"], [36, 2, 1, "", "loss_null"], [36, 2, 1, "", "max_active_size"], [36, 2, 1, "", "max_iters"], [36, 2, 1, "", "max_screen_size"], [36, 2, 1, "", "min_ratio"], [36, 2, 1, "", "n_threads"], [36, 2, 1, "", "n_valid_solutions"], [36, 2, 1, "", "newton_max_iters"], [36, 2, 1, "", "newton_tol"], [36, 2, 1, "", "offsets"], [36, 2, 1, "", "penalty"], [36, 2, 1, "", "pivot_slack_ratio"], [36, 2, 1, "", "pivot_subset_min"], [36, 2, 1, "", "pivot_subset_ratio"], [36, 2, 1, "", "resid"], [36, 2, 1, "", "screen_begins"], [36, 2, 1, "", "screen_beta"], [36, 2, 1, "", "screen_dual"], [36, 2, 1, "", "screen_dual_begins"], [36, 2, 1, "", "screen_hashset"], [36, 2, 1, "", "screen_is_active"], [36, 2, 1, "", "screen_rule"], [36, 2, 1, "", "screen_set"], [36, 2, 1, "", "screen_sizes"], [36, 2, 1, "", "setup_lmda_max"], [36, 2, 1, "", "setup_lmda_path"], [36, 2, 1, "", "setup_loss_null"], [36, 2, 1, "", "tol"]], "adelie.adelie_core.state.StateMultiGaussianNaive64": [[37, 2, 1, "", "X"], [37, 2, 1, "", "X_means"], [37, 1, 1, "", "__init__"], [37, 2, 1, "", "abs_grad"], [37, 2, 1, "", "active_set"], [37, 2, 1, "", "active_set_size"], [37, 2, 1, "", "active_sizes"], [37, 2, 1, "", "adev_tol"], [37, 2, 1, "", "alpha"], [37, 2, 1, "", "benchmark_fit_active"], [37, 2, 1, "", "benchmark_fit_screen"], [37, 2, 1, "", "benchmark_invariance"], [37, 2, 1, "", "benchmark_kkt"], [37, 2, 1, "", "benchmark_screen"], [37, 2, 1, "", "betas"], [37, 2, 1, "", "constraints"], [37, 2, 1, "", "ddev_tol"], [37, 2, 1, "", "devs"], [37, 2, 1, "", "early_exit"], [37, 2, 1, "", "grad"], [37, 2, 1, "", "group_sizes"], [37, 2, 1, "", "group_type"], [37, 2, 1, "", "groups"], [37, 2, 1, "", "intercept"], [37, 2, 1, "", "intercepts"], [37, 2, 1, "", "lmda"], [37, 2, 1, "", "lmda_max"], [37, 2, 1, "", "lmda_path"], [37, 2, 1, "", "lmda_path_size"], [37, 2, 1, "", "lmdas"], [37, 2, 1, "", "loss_full"], [37, 2, 1, "", "loss_null"], [37, 2, 1, "", "max_active_size"], [37, 2, 1, "", "max_iters"], [37, 2, 1, "", "max_screen_size"], [37, 2, 1, "", "min_ratio"], [37, 2, 1, "", "multi_intercept"], [37, 2, 1, "", "n_classes"], [37, 2, 1, "", "n_threads"], [37, 2, 1, "", "n_valid_solutions"], [37, 2, 1, "", "newton_max_iters"], [37, 2, 1, "", "newton_tol"], [37, 2, 1, "", "penalty"], [37, 2, 1, "", "pivot_slack_ratio"], [37, 2, 1, "", "pivot_subset_min"], [37, 2, 1, "", "pivot_subset_ratio"], [37, 2, 1, "", "resid"], [37, 2, 1, "", "resid_sum"], [37, 2, 1, "", "rsq"], [37, 2, 1, "", "screen_X_means"], [37, 2, 1, "", "screen_begins"], [37, 2, 1, "", "screen_beta"], [37, 2, 1, "", "screen_dual"], [37, 2, 1, "", "screen_dual_begins"], [37, 2, 1, "", "screen_hashset"], [37, 2, 1, "", "screen_is_active"], [37, 2, 1, "", "screen_rule"], [37, 2, 1, "", "screen_set"], [37, 2, 1, "", "screen_sizes"], [37, 2, 1, "", "screen_transforms"], [37, 2, 1, "", "screen_vars"], [37, 2, 1, "", "setup_lmda_max"], [37, 2, 1, "", "setup_lmda_path"], [37, 2, 1, "", "tol"], [37, 2, 1, "", "weights"], [37, 2, 1, "", "y_mean"], [37, 2, 1, "", "y_var"]], "adelie.adelie_core.state.StateMultiGlmNaive64": [[38, 2, 1, "", "X"], [38, 1, 1, "", "__init__"], [38, 2, 1, "", "abs_grad"], [38, 2, 1, "", "active_set"], [38, 2, 1, "", "active_set_size"], [38, 2, 1, "", "active_sizes"], [38, 2, 1, "", "adev_tol"], [38, 2, 1, "", "alpha"], [38, 2, 1, "", "benchmark_fit_active"], [38, 2, 1, "", "benchmark_fit_screen"], [38, 2, 1, "", "benchmark_invariance"], [38, 2, 1, "", "benchmark_kkt"], [38, 2, 1, "", "benchmark_screen"], [38, 2, 1, "", "beta0"], [38, 2, 1, "", "betas"], [38, 2, 1, "", "constraints"], [38, 2, 1, "", "ddev_tol"], [38, 2, 1, "", "devs"], [38, 2, 1, "", "early_exit"], [38, 2, 1, "", "eta"], [38, 2, 1, "", "grad"], [38, 2, 1, "", "group_sizes"], [38, 2, 1, "", "group_type"], [38, 2, 1, "", "groups"], [38, 2, 1, "", "intercept"], [38, 2, 1, "", "intercepts"], [38, 2, 1, "", "irls_max_iters"], [38, 2, 1, "", "irls_tol"], [38, 2, 1, "", "lmda"], [38, 2, 1, "", "lmda_max"], [38, 2, 1, "", "lmda_path"], [38, 2, 1, "", "lmda_path_size"], [38, 2, 1, "", "lmdas"], [38, 2, 1, "", "loss_full"], [38, 2, 1, "", "loss_null"], [38, 2, 1, "", "max_active_size"], [38, 2, 1, "", "max_iters"], [38, 2, 1, "", "max_screen_size"], [38, 2, 1, "", "min_ratio"], [38, 2, 1, "", "multi_intercept"], [38, 2, 1, "", "n_threads"], [38, 2, 1, "", "n_valid_solutions"], [38, 2, 1, "", "newton_max_iters"], [38, 2, 1, "", "newton_tol"], [38, 2, 1, "", "offsets"], [38, 2, 1, "", "penalty"], [38, 2, 1, "", "pivot_slack_ratio"], [38, 2, 1, "", "pivot_subset_min"], [38, 2, 1, "", "pivot_subset_ratio"], [38, 2, 1, "", "resid"], [38, 2, 1, "", "screen_begins"], [38, 2, 1, "", "screen_beta"], [38, 2, 1, "", "screen_dual"], [38, 2, 1, "", "screen_dual_begins"], [38, 2, 1, "", "screen_hashset"], [38, 2, 1, "", "screen_is_active"], [38, 2, 1, "", "screen_rule"], [38, 2, 1, "", "screen_set"], [38, 2, 1, "", "screen_sizes"], [38, 2, 1, "", "setup_lmda_max"], [38, 2, 1, "", "setup_lmda_path"], [38, 2, 1, "", "setup_loss_null"], [38, 2, 1, "", "tol"]], "adelie.bcd": [[39, 3, 1, "", "objective"], [40, 3, 1, "", "root"], [41, 3, 1, "", "root_function"], [42, 3, 1, "", "root_lower_bound"], [43, 3, 1, "", "root_upper_bound"], [44, 3, 1, "", "solve"]], "adelie.configs": [[45, 3, 1, "", "set_configs"]], "adelie.constraint": [[46, 3, 1, "", "lower"]], "adelie.cv": [[47, 0, 1, "", "CVGrpnetResult"], [48, 3, 1, "", "cv_grpnet"]], "adelie.cv.CVGrpnetResult": [[47, 1, 1, "", "__init__"], [47, 2, 1, "", "avg_losses"], [47, 2, 1, "", "best_idx"], [47, 1, 1, "", "fit"], [47, 2, 1, "", "lmdas"], [47, 2, 1, "", "losses"], [47, 1, 1, "", "plot_loss"]], "adelie.data": [[49, 3, 1, "", "dense"], [50, 3, 1, "", "snp_phased_ancestry"], [51, 3, 1, "", "snp_unphased"]], "adelie.diagnostic": [[52, 0, 1, "", "DiagnosticCov"], [53, 0, 1, "", "DiagnosticNaive"], [54, 3, 1, "", "coefficient"], [55, 3, 1, "", "diagnostic"], [56, 3, 1, "", "gradient_norms"], [57, 3, 1, "", "gradient_scores"], [58, 3, 1, "", "gradients"], [59, 3, 1, "", "objective"], [60, 3, 1, "", "plot_benchmark"], [61, 3, 1, "", "plot_coefficients"], [62, 3, 1, "", "plot_devs"], [63, 3, 1, "", "plot_kkt"], [64, 3, 1, "", "plot_set_sizes"], [65, 3, 1, "", "predict"], [66, 3, 1, "", "residuals"]], "adelie.diagnostic.DiagnosticCov": [[52, 1, 1, "", "__init__"], [52, 1, 1, "", "plot_benchmark"], [52, 1, 1, "", "plot_coefficients"], [52, 1, 1, "", "plot_devs"], [52, 1, 1, "", "plot_kkt"], [52, 1, 1, "", "plot_set_sizes"]], "adelie.diagnostic.DiagnosticNaive": [[53, 1, 1, "", "__init__"], [53, 1, 1, "", "plot_benchmark"], [53, 1, 1, "", "plot_coefficients"], [53, 1, 1, "", "plot_devs"], [53, 1, 1, "", "plot_kkt"], [53, 1, 1, "", "plot_set_sizes"]], "adelie.glm": [[67, 3, 1, "", "binomial"], [68, 3, 1, "", "cox"], [69, 3, 1, "", "gaussian"], [70, 3, 1, "", "multigaussian"], [71, 3, 1, "", "multinomial"], [72, 3, 1, "", "poisson"]], "adelie.io": [[73, 0, 1, "", "snp_phased_ancestry"], [74, 0, 1, "", "snp_unphased"]], "adelie.io.snp_phased_ancestry": [[73, 1, 1, "", "__init__"], [73, 2, 1, "", "ancestries"], [73, 2, 1, "", "cols"], [73, 2, 1, "", "endian"], [73, 2, 1, "", "is_read"], [73, 2, 1, "", "nnz0"], [73, 2, 1, "", "nnz1"], [73, 1, 1, "", "read"], [73, 2, 1, "", "rows"], [73, 2, 1, "", "snps"], [73, 1, 1, "", "to_dense"], [73, 1, 1, "", "write"]], "adelie.io.snp_unphased": [[74, 1, 1, "", "__init__"], [74, 2, 1, "", "cols"], [74, 2, 1, "", "endian"], [74, 2, 1, "", "impute"], [74, 2, 1, "", "is_read"], [74, 2, 1, "", "nnm"], [74, 2, 1, "", "nnz"], [74, 1, 1, "", "read"], [74, 2, 1, "", "rows"], [74, 2, 1, "", "snps"], [74, 1, 1, "", "to_dense"], [74, 1, 1, "", "write"]], "adelie.matrix": [[75, 3, 1, "", "block_diag"], [76, 3, 1, "", "concatenate"], [77, 3, 1, "", "dense"], [78, 3, 1, "", "eager_cov"], [79, 3, 1, "", "interaction"], [80, 3, 1, "", "kronecker_eye"], [81, 3, 1, "", "lazy_cov"], [82, 3, 1, "", "one_hot"], [83, 3, 1, "", "snp_phased_ancestry"], [84, 3, 1, "", "snp_unphased"], [85, 3, 1, "", "sparse"], [86, 3, 1, "", "standardize"], [87, 3, 1, "", "subset"]], "adelie.solver": [[88, 3, 1, "", "gaussian_cov"], [89, 3, 1, "", "grpnet"]], "adelie.state": [[90, 3, 1, "", "gaussian_cov"], [91, 3, 1, "", "gaussian_naive"], [92, 3, 1, "", "gaussian_pin_cov"], [93, 3, 1, "", "gaussian_pin_naive"], [94, 3, 1, "", "glm_naive"], [95, 3, 1, "", "multigaussian_naive"], [96, 3, 1, "", "multiglm_naive"]]}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "function", "Python function"]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:attribute", "3": "py:function"}, "terms": {"": [13, 14, 15, 16, 17, 32, 33, 36, 37, 38, 40, 43, 44, 48, 50, 57, 68, 73, 79, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "0": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 56, 57, 59, 65, 67, 68, 71, 73, 74, 75, 76, 79, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "00": [98, 99, 100, 103, 104, 105, 106], "000000": 98, "000056": 98, "0001": [90, 92], "000499": 98, "000769": 98, "001": 88, "001142": 98, "002017": 98, "002275": 98, "004016": 98, "005221": 98, "006299": 98, "006369": 98, "006523": 98, "007273": 98, "008358": 98, "008577": 98, "008942": 98, "01": [88, 89, 90, 91, 94, 95, 96, 98], "010386": 98, "010695": 98, "010716": 98, "013547": 98, "014092": 98, "014094": 98, "014268": 98, "014914": 98, "015746": 98, "016369": 98, "019094": 98, "019187": 98, "019257": 98, "019774": 98, "020224": 98, "020271": 98, "020465": 98, "021153": 98, "021508": 98, "021950": 98, "022246": 98, "023286": 98, "023781": 98, "024027": 98, "025641": 98, "025772": 98, "025948": 98, "026785": 98, "026810": 98, "032645": 98, "033779": 98, "034339": 98, "036105": 98, "036200": 98, "036612": 98, "038375": 98, "038484": 98, "03it": 98, "040138": 98, "041470": 98, "041673": 98, "041690": 98, "042171": 98, "044251": 98, "045067": 98, "045536": 98, "046088": 98, "046227": 98, "046984": 98, "048192": 98, "048560": 98, "049910": 98, "05": [50, 51, 98], "050462": 98, "051158": 98, "051168": 98, "051310": 98, "051329": 98, "051577": 98, "051611": 98, "051678": 98, "051801": 98, "052506": 98, "052525": 98, "055041": 98, "055517": 98, "056309": 98, "057576": 98, "057611": 98, "057924": 98, "058172": 98, "061246": 98, "063346": 98, "065036": 98, "067042": 98, "069162": 98, "06it": 103, "07": [46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "070898": 98, "081801": 98, "082026": 98, "082086": 98, "084751": 98, "085271": 98, "086128": 98, "088275": 98, "088412": 98, "091582": 98, "092208": 98, "098964": 98, "099380": 98, "0m": 1, "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 48, 49, 50, 51, 54, 56, 57, 58, 59, 63, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "10": [98, 100, 103, 105, 106], "100": [46, 47, 48, 88, 89, 90, 91, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "1000": [40, 44, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 104, 105, 106], "10000": [46, 89, 94, 96, 98], "100000": [88, 89, 90, 91, 92, 93, 94, 95, 96], "101": 98, "102": 98, "106": 98, "11": [98, 99, 100, 104, 105, 106], "111": 104, "113044": 98, "11363636363636363": 98, "117530": 98, "11it": 100, "12": [1, 40, 44, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 105, 106], "1219": 104, "13": [98, 105, 106], "131072": 1, "132": 104, "1339": 104, "136": 98, "13808": 103, "14": [43, 98, 105, 106], "142": 104, "1442": 104, "15": [98, 105, 106], "15222": 98, "1544": 104, "16": [98, 99, 105, 106], "160": 103, "1665": 98, "17": [98, 99, 105], "1718": 105, "175936": 98, "17it": [98, 99], "18": [98, 105], "182": 106, "187329": 98, "188": 98, "19": [98, 103, 105], "1_": 68, "1e": [1, 40, 43, 44, 46, 48, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 105], "1e4": [89, 94, 96], "1e5": [88, 89, 90, 91, 92, 93, 94, 95, 96], "2": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 50, 51, 69, 70, 71, 73, 74, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "20": [98, 99, 103, 105], "200": 99, "2000": [98, 106], "20it": 105, "20x": 104, "21": [98, 103, 105], "22": [98, 103, 105], "23": [98, 103, 105], "24": [1, 98, 103], "25": [50, 51, 88, 89, 90, 91, 94, 95, 96, 98, 103], "259": 100, "26": [98, 103], "264": 98, "26it": 106, "27": [98, 103, 104], "2748": 98, "28": 98, "29": 98, "3": [88, 98, 99, 100, 103, 104, 105, 106], "30": [98, 103], "3000": [98, 106], "3082": 105, "31": 98, "314": [98, 106], "32": [98, 100, 103, 104], "32311": 98, "32m": 1, "33": 98, "34": [98, 100], "344": 104, "35": [98, 104], "36": 98, "363": 106, "37": 98, "374": 98, "375": 98, "376": 98, "377": 98, "378": 98, "379": 98, "38": 105, "397": 98, "39it": 98, "4": [90, 92, 98, 100, 104, 105, 106], "40": 104, "4000": 105, "40it": 98, "415": 98, "41it": 105, "421": 98, "427": 105, "43": 97, "4388": 99, "44": [98, 100], "442": 98, "443": 98, "45": 98, "46": [104, 105], "4657": 98, "47": 104, "4702": 98, "48": 98, "4873": 99, "49it": 98, "5": [48, 98, 100, 103, 104, 105, 106], "50it": 98, "51": 98, "51187440": 98, "51189403": 98, "51197602": 98, "51209343": 98, "51218133": 98, "516444": 98, "51it": 104, "52": [103, 105], "524040": 98, "52it": 98, "531050": 98, "535": 103, "536242": 98, "54046": 98, "54047": 98, "54048": 98, "54049": 98, "54050": 98, "54051": 98, "55": 98, "5582": 105, "55it": [98, 105], "56it": 104, "57": 105, "59it": [99, 105], "6": [98, 100, 104, 105, 106], "6000": 106, "60it": [98, 105], "61": [98, 105], "612085": 98, "62": [98, 106], "63": 105, "6335": 100, "636": 104, "64": 98, "65": 98, "66257": 98, "6806": 105, "68it": 104, "697673": 98, "69it": 106, "7": [46, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 104, 105, 106], "70": 106, "7097": 100, "71": 98, "71it": 98, "72": [98, 104], "72it": 103, "7341": 105, "74": 98, "750923": 98, "750938": 98, "751001": 98, "751090": 98, "751156": 98, "765": 98, "76it": 105, "77": 98, "78": 98, "79it": 98, "8": [98, 100, 104, 105, 106], "81it": 104, "82it": 98, "87it": 100, "88it": 105, "9": [51, 74, 89, 91, 93, 94, 95, 96, 98, 99, 100, 104, 105, 106], "90": [98, 100, 103, 104, 105, 106], "91": 98, "92": 104, "927": 104, "93": 98, "93it": 98, "94": 98, "943": 105, "95": [49, 50, 51], "952": 105, "95it": 98, "96it": 98, "98": 99, "99": 104, "A": [2, 3, 4, 9, 13, 14, 15, 16, 17, 32, 34, 43, 49, 50, 51, 52, 53, 55, 73, 74, 78, 79, 81, 82, 88, 90, 92, 98, 100, 102, 103, 105, 106], "As": [98, 99, 100, 102, 103, 104, 105, 106], "By": [98, 100, 105], "For": [47, 82, 87, 89, 98, 99, 100, 101, 102, 103, 104, 105, 106], "If": [2, 3, 32, 33, 36, 37, 38, 44, 45, 46, 48, 49, 54, 56, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 101, 103, 105], "In": [22, 25, 48, 58, 78, 98, 100, 102, 103, 104, 105, 106], "It": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 42, 43, 44, 48, 49, 50, 51, 56, 57, 58, 59, 64, 65, 66, 67, 68, 73, 74, 77, 81, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 103, 104, 106], "One": [103, 104], "That": [87, 98, 102], "The": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 54, 56, 57, 58, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "Then": [73, 79, 82, 87, 98, 99, 106], "There": 104, "These": [97, 98], "To": [48, 97, 98, 100, 101, 105, 106], "_": [33, 35, 37, 39, 41, 88, 89, 91, 92, 93, 95, 98, 102], "_0": [72, 98], "_1": 98, "_2": [2, 3, 39, 40, 42, 43, 44, 56, 86, 88, 89, 102], "__init__": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 52, 53, 73, 74, 100, 103], "_g": [56, 57], "_i": [68, 98], "_j": [82, 86, 98], "_pair": 98, "_w": [33, 37, 95], "_x": [2, 3], "_z": [2, 3], "a1": 98, "a2": 98, "a_": [32, 34, 79], "a_1": 75, "a_2": 75, "a_i": [4, 9, 68], "a_l": 75, "a_wrap": 103, "ab": [44, 98], "abil": 100, "abl": [98, 105], "about": [98, 100, 104], "abov": [47, 54, 63, 79, 87, 88, 89, 90, 91, 94, 95, 96, 98, 100, 102, 103], "abs_grad": [32, 33, 36, 37, 38], "absolut": [43, 60, 63], "abstract": [103, 106], "acceler": 104, "access": [98, 102, 104, 106], "accompani": 98, "accordingli": [88, 89], "achiev": 98, "across": [25, 32, 33, 36, 37, 38, 56, 59, 73, 74, 89, 100, 105], "activ": [32, 33, 34, 35, 36, 37, 38, 60, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 101, 106], "active_begin": [34, 35], "active_ord": [34, 35], "active_s": [32, 33, 36, 37, 38, 64], "active_set": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "active_set_s": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "actual": 104, "ad": [32, 33, 36, 37, 38, 87, 88, 89, 90, 91, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "adapt": [40, 44], "add": [88, 89, 90, 91, 94, 95, 96], "add_penalti": 59, "addit": [89, 103], "adeli": [98, 99, 100, 101, 102, 103, 104, 105, 106], "adelie_cor": [45, 46, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "adev_tol": [32, 33, 34, 35, 36, 37, 38, 89, 91, 93, 94, 95, 96, 105], "admit": [102, 103], "advic": 104, "advis": [69, 70, 104], "after": [2, 3, 88, 89], "afterward": 98, "ag": 98, "again": 99, "against": [98, 104], "aim": 98, "algebra": 104, "algorithm": [35, 88, 89, 97, 99, 100, 102, 103, 104], "align": [2, 3, 4, 9, 39, 41, 54, 56, 57, 58, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 79, 82, 86, 88, 89, 98, 102, 105], "all": [22, 25, 32, 33, 36, 37, 38, 47, 87, 88, 89, 90, 91, 94, 95, 96, 100, 101, 103, 104, 105, 106], "allclos": [100, 103, 105], "allel": 106, "alloc": [98, 104], "allow": [32, 33, 34, 35, 36, 37, 38, 56, 59, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 104], "along": [9, 10, 11, 32, 33, 34, 35, 37, 76, 87, 98], "alpha": [32, 33, 34, 35, 36, 37, 38, 56, 57, 59, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102], "alreadi": [2, 3, 88, 89, 98, 100], "also": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96, 98, 100, 101, 102, 103, 104, 105, 106], "although": [4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 98, 100, 105, 106], "alwai": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 59, 74, 98, 99, 106], "amongst": 98, "amount": 104, "an": [32, 33, 34, 35, 36, 37, 38, 43, 46, 47, 48, 63, 67, 68, 69, 70, 71, 72, 73, 78, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105], "analysi": [98, 103], "analyz": 98, "ancestri": [28, 50, 73, 83, 107], "ani": [2, 3, 4, 9, 40, 44, 73, 74, 79, 88, 98, 103, 105], "anim": 63, "anoth": [103, 105], "answer": 104, "anyth": 105, "api": [97, 105], "appar": 103, "appli": [98, 105], "applic": [98, 103, 104, 106], "appropri": [55, 98, 102], "approxim": [100, 102], "ar": [2, 4, 9, 22, 25, 32, 33, 34, 36, 37, 38, 40, 44, 49, 50, 51, 60, 63, 64, 67, 68, 69, 70, 71, 72, 74, 78, 79, 81, 86, 88, 89, 90, 91, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "arang": [56, 59, 88, 89, 98, 103, 105, 106], "arbitrari": [90, 91, 92, 93, 94, 95, 96], "arg": [1, 32, 33, 34, 35, 36, 37, 38], "arg0": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38], "arg1": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "arg2": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "arg3": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "arg4": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "argmax": 98, "argmin": 47, "argument": [2, 3, 80, 88, 89, 99, 100, 105], "arm64": 101, "around": [83, 84], "arrai": [87, 98, 105], "ascend": [34, 35], "asfortranarrai": [98, 99], "ask": [98, 107], "aspect": 105, "assert": [99, 100, 103, 105], "assign": 45, "associ": [13, 14, 15, 16, 17, 48, 61, 98, 100, 103, 105], "assort": 97, "assum": [2, 3, 43, 48, 63, 65, 67, 71, 72, 74, 79, 82, 98, 101, 104, 105, 106], "assumpt": 98, "astyp": 98, "atol": 105, "attempt": [2, 3, 32, 33, 36, 37, 38, 90, 91, 94, 95, 96], "attribut": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 73, 74], "auto": 99, "averag": [47, 68, 95, 98, 104], "avg_loss": 47, "avoid": [48, 98, 100, 105], "awar": [48, 105], "ax": [60, 61, 62, 63, 64], "axi": [76, 87, 98, 105, 106], "b": [3, 32, 33, 34, 35, 36, 37, 38, 46, 60, 79, 90, 91, 92, 93, 94, 95, 96, 102], "b_": 79, "back": [2, 3], "backend": [100, 103], "background": 97, "bandwidth": 104, "bar": [47, 88, 89, 105], "barber": 98, "barrier": 105, "base": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 18, 32, 33, 36, 37, 38, 48, 65, 79, 82, 88, 89, 90, 91, 94, 95, 96, 98, 100, 102, 103, 105, 106], "basi": 73, "basic": 105, "batch": 98, "bcd": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96], "becaus": [48, 104], "becom": [4, 5, 6, 7, 8, 9, 10, 11, 12, 103], "bed": 98, "bednam": 98, "been": [97, 98, 100], "befor": [2, 4, 9, 44, 88, 89, 98, 100, 105, 106], "begin": [2, 3, 4, 9, 39, 41, 54, 56, 57, 58, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 79, 82, 86, 88, 89, 98, 102, 105], "behavior": [42, 43, 73, 74, 100, 103, 104], "being": 105, "believ": 98, "below": [32, 33, 36, 37, 38, 47, 54, 63, 88, 89, 90, 91, 94, 95, 96, 98, 99, 100, 103, 104, 105], "benchmark": [34, 35, 52, 53, 60, 73, 74, 103, 105], "benchmark_act": [34, 35], "benchmark_fit_act": [32, 33, 36, 37, 38, 60], "benchmark_fit_screen": [32, 33, 36, 37, 38, 60], "benchmark_invari": [32, 33, 36, 37, 38, 60], "benchmark_kkt": [32, 33, 36, 37, 38, 60], "benchmark_screen": [32, 33, 34, 35, 36, 37, 38, 60], "benefit": [100, 104], "best": [47, 98, 100, 103], "best_idx": [47, 98], "beta": [32, 33, 34, 35, 36, 37, 38, 39, 44, 49, 50, 51, 54, 56, 59, 61, 65, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103, 105, 106], "beta0": [36, 38, 94], "beta_": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95, 105], "beta_0": [36, 38, 59, 65, 89, 94, 96, 102], "beta_g": [56, 88, 89, 102], "between": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 98, 100, 103], "bewar": [100, 103], "beyond": 104, "big": [73, 74, 88, 89], "billion": 103, "bim": 98, "bimnam": 98, "bind": [100, 103], "binomi": [5, 6, 49, 50, 51, 100, 105], "biobank": 98, "bisect": [40, 44], "bit": [100, 103], "bleed": 101, "block": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 56, 73, 75, 90, 91, 92, 93, 94, 95, 96, 98, 99, 103, 106], "bmatrix": [73, 75, 76, 79, 98], "bmul": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103, 104], "bool": [9, 32, 33, 34, 35, 36, 37, 38, 44, 48, 49, 59, 60, 61, 63, 64, 69, 70, 77, 79, 80, 81, 82, 85, 88, 89, 90, 91, 93, 94, 95, 96, 98], "boolean": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "both": [58, 64, 98], "bottleneck": 104, "bound": [42, 43, 46], "bowl": 48, "brain": 98, "bread": 99, "break": 68, "breakdown": 60, "brent": [40, 44], "breslow": 68, "breviti": 105, "brew": 101, "brief": 102, "briefli": 98, "bring": [2, 3], "btmul": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 98, 103, 106], "buffer": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103, 104], "build": 101, "built": [88, 89, 101], "burdensom": [98, 100], "butter": 99, "byte": [73, 74], "c": [33, 35, 37, 86, 92, 95, 98, 100, 103, 105], "c_contigu": [9, 10, 11, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "c_j": 86, "cach": 98, "cache_dir": 98, "calcul": 59, "call": [32, 33, 36, 37, 38, 47, 52, 73, 81, 88, 89, 98, 100, 102, 103, 104, 105, 106], "callabl": [88, 89], "calldata": [50, 51, 73, 74, 98, 106], "can": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 104, 105, 106], "cand\u00e8": 98, "cannot": [48, 103, 104], "canon": 103, "cap": 98, "captur": 98, "care": 98, "carefulli": [97, 98], "carri": [99, 100, 103], "case": [4, 5, 6, 7, 8, 9, 10, 11, 12, 46, 48, 49, 50, 51, 56, 57, 58, 59, 65, 67, 68, 69, 70, 71, 72, 79, 82, 88, 89, 98, 102, 104, 105], "categori": [60, 79, 82, 98, 106], "causal": 98, "caution": [88, 89, 100, 103], "cdf": 67, "cdot": [2, 3, 9, 10, 11, 32, 34, 57, 70, 73, 75, 76, 79, 86, 89, 102], "censor": 68, "center": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 86, 91, 92, 93, 95, 98, 102], "certain": [2, 98, 104], "chang": [32, 33, 34, 35, 37, 88, 89, 90, 91, 92, 93, 95, 100, 102, 103, 105], "check": [56, 60, 88, 89, 93, 101], "check_stat": [88, 89], "choic": [98, 105], "choldate_warn": 98, "choos": 98, "chosen": 98, "chr": 98, "chromosom": 106, "clang": 101, "class": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 48, 49, 50, 51, 52, 53, 55, 56, 59, 66, 73, 74, 80, 83, 84, 87, 89, 94, 95, 96, 97, 98, 104, 105, 106, 107], "clean": 106, "clearli": 104, "clone": 101, "close": [90, 91, 92, 93, 94, 95, 96, 105], "cluster": 104, "cmul": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "code": [98, 100, 103, 105, 106], "coeffici": [32, 33, 34, 35, 36, 37, 38, 48, 49, 50, 51, 52, 53, 56, 59, 61, 65, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 105, 106], "col": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 73, 74, 103], "column": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 49, 50, 51, 73, 74, 76, 79, 82, 86, 87, 89, 91, 92, 93, 95, 98, 102, 103, 105, 106], "com": 101, "combin": [40, 44, 73, 79, 82, 98], "come": [98, 106], "common": [47, 48, 98, 100, 103, 106, 107], "commonli": 100, "compar": [35, 100, 103, 105], "competit": 105, "compil": 101, "complet": [104, 105], "complic": 98, "compon": [2, 3, 39, 41, 48, 98], "comprehens": 97, "comput": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 39, 41, 42, 43, 48, 54, 56, 57, 58, 59, 65, 66, 68, 71, 74, 78, 81, 86, 90, 91, 94, 95, 96, 98, 100, 102, 103, 104, 105], "computation": [98, 100], "compute_smatrix": 98, "concaten": [19, 26, 79, 82, 98, 106], "concern": 104, "conclud": 98, "conda": 101, "condit": [42, 43, 56, 98], "condition": 98, "config": [4, 5, 6, 7, 8, 9, 10, 11, 12, 101, 105], "configur": [45, 88, 89, 107], "consid": [43, 79, 88, 89, 90, 91, 94, 95, 96, 98, 106], "consider": 104, "consist": [88, 89, 104], "constrain": 2, "constraint": [32, 33, 34, 35, 36, 37, 38, 56, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102], "constraintbase64": 3, "constraintlowerupper64": 46, "construct": [48, 78, 79, 81, 82, 98, 100, 103], "constructor": [100, 103], "consum": 56, "cont_cont": 98, "cont_cont_indic": 98, "cont_cont_pair": 98, "contain": [32, 33, 36, 37, 38, 48, 49, 50, 51, 73, 74, 79, 82, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 103, 104], "content": [73, 74, 105], "context": 103, "contigu": [73, 100, 105], "continu": [25, 79, 82, 88, 89, 98], "control": [98, 104, 105], "conveni": 103, "convent": [35, 98], "converg": [2, 3, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97], "convers": 98, "convert": [13, 14, 15, 16, 17, 85, 106], "convex": [4, 9], "coordin": [2, 3, 32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99, 102], "copi": [77, 79, 80, 81, 82, 85], "core": [3, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 60], "correct": [32, 33, 36, 37, 38, 56, 68], "correctli": 98, "correl": [49, 98, 103], "correspond": [22, 25, 32, 33, 34, 35, 36, 37, 38, 61, 73, 83, 84, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 105, 106], "cost": [100, 103, 104], "could": 98, "count": 74, "counter": 100, "cov": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 77, 78, 85, 98, 103], "covari": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 52, 75, 77, 78, 81, 85, 88, 90, 92, 98, 102, 107], "covars_dens": 98, "cover": [98, 104, 105], "cox": [7, 49, 50, 51, 98, 100], "cpp": [100, 103], "cpu": 104, "creat": [46, 49, 50, 51, 55, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 96, 98, 101, 104, 105, 106], "critic": 100, "cross": 48, "crucial": 103, "csc": 85, "csc_matrix": 85, "csr_matrix": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 54, 56, 59, 61, 65, 85], "csv": 98, "ctmul": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "curr": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95, 105], "current": [2, 3, 22, 25, 32, 33, 36, 37, 38, 52, 88, 89, 90, 91, 94, 95, 96, 98, 103, 105], "curv": 48, "custom": [105, 107], "customari": 98, "cutoff": [88, 89, 90, 91, 94, 95, 96], "cv": 98, "cv_grpnet": 98, "cv_re": 98, "cvgrpnetresult": 48, "d": [2, 3, 46, 79, 82, 90, 91, 92, 93, 94, 95, 96, 98], "d_a": 79, "d_b": 79, "d_cont": 98, "d_disc": 98, "d_k": [32, 33, 34, 35, 37], "dat": 106, "data": [46, 67, 68, 69, 70, 71, 72, 73, 78, 81, 83, 84, 89, 97, 98, 100, 102, 103, 104, 105], "data_dependent_threshhold": 98, "data_dir": 98, "dataset": [49, 50, 51, 99, 103, 105, 106, 107], "dbeta_tol": 1, "dbeta_tol_def": 1, "ddev_tol": [32, 33, 34, 35, 36, 37, 38, 48, 89, 91, 93, 94, 95, 96], "ddof": [86, 98], "ddot": 75, "debug": 44, "decreas": [48, 88, 89, 90, 91, 92, 93, 94, 95, 96], "dedic": 106, "deduc": 87, "def": [100, 103], "default": [4, 5, 6, 7, 8, 9, 10, 11, 12, 40, 43, 44, 45, 46, 47, 48, 49, 50, 51, 56, 57, 58, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 101, 104, 105], "defin": [2, 3, 4, 9, 10, 11, 22, 25, 32, 33, 34, 35, 36, 37, 38, 48, 58, 59, 65, 66, 68, 79, 82, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103, 105], "definit": [32, 34, 35, 88, 90, 98], "degre": 86, "deliber": 35, "delta": [68, 73], "delta_i": 68, "demonstr": [98, 100, 103, 105, 106], "denot": [73, 79, 82], "dens": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 73, 74, 78, 79, 80, 81, 82, 103, 104, 105, 106], "depend": [73, 74, 98, 104], "depth": [97, 98], "descent": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99, 102], "describ": [73, 88, 89, 98, 106], "descript": 97, "desir": 105, "detail": [59, 97, 98, 104], "detect": [65, 100, 105], "determin": [32, 33, 36, 37, 38, 68, 88, 89, 90, 91, 94, 95, 96, 98, 99], "dev": [32, 33, 36, 37, 38, 62, 98, 99, 100, 103, 104, 105, 106], "develop": [69, 70, 105, 107], "devianc": [32, 33, 34, 35, 36, 37, 38, 48, 52, 53, 62, 88, 89, 90, 91, 92, 93, 94, 95, 96, 105], "deviat": [47, 86, 98], "df": [86, 98], "df_bim": 98, "df_bim_chr": 98, "df_fam": 98, "dg": [55, 98, 105, 106], "diag": [71, 86, 98], "diagnost": [48, 103, 105, 106], "diagnosticcov": 55, "diagnosticna": 55, "diagon": [4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 39, 41, 71, 75, 98, 100], "dict": [40, 44, 49, 50, 51, 73, 74, 79], "dictionari": [49, 50, 51, 73, 74, 79], "differ": [32, 33, 34, 35, 36, 37, 38, 59, 73, 74, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "difficult": 99, "dimens": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 78, 80, 81], "dimension": [65, 89, 98], "dip": 98, "direct": 98, "directli": [99, 101], "directori": [98, 100, 103], "disabl": 48, "discoveri": 98, "discret": [25, 79, 82, 98], "discuss": [99, 100, 103, 105], "dispatch": 103, "displai": 105, "distribut": [49, 98], "diverg": 100, "do": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 56, 98, 99, 100, 101, 104, 105], "doe": [4, 5, 6, 7, 8, 9, 10, 11, 12, 48, 88, 89, 98, 100, 105], "domin": [4, 5, 6, 7, 8, 9, 10, 11, 12, 104], "done": [35, 87, 98, 100, 103, 104], "dot": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "down": [48, 88, 89, 98], "draw": 98, "drawn": 63, "dry": 99, "dtype": [46, 67, 68, 69, 70, 71, 72, 83, 84, 98, 105], "dual": [2, 3, 32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "dual_siz": [2, 3, 32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "due": [48, 98, 100], "dure": [88, 89, 100], "dynam": 81, "e": [33, 35, 37, 67, 68, 71, 72, 89, 91, 93, 95, 98, 99, 100, 101, 102, 103, 104, 106], "e_": 73, "e_j": 73, "each": [9, 10, 11, 22, 25, 32, 33, 34, 35, 36, 37, 38, 47, 48, 49, 50, 51, 56, 57, 59, 60, 61, 64, 71, 73, 74, 79, 82, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 105, 106], "eager": 78, "eagerli": 78, "earli": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 98, 105], "early_exit": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 99], "easi": 98, "easiest": 99, "easili": 98, "edg": 101, "edit": 101, "effect": [59, 98], "effici": [35, 73, 74, 87, 98, 100, 103, 106], "efron": 68, "eigenvalu": [32, 34], "eigenvector": [32, 34], "either": [74, 100, 101, 103], "elaps": [44, 105], "elast": [32, 33, 34, 35, 36, 37, 38, 44, 47, 48, 52, 53, 55, 56, 57, 59, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 103, 107], "element": [22, 25, 32, 33, 34, 35, 36, 37, 38, 61, 90, 91, 94, 95, 96, 105], "ell": [4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 36, 37, 38, 59, 66, 67, 68, 69, 70, 71, 72, 79, 82, 89, 90, 94, 96, 102, 105], "ell_1": [39, 41], "ell_2": [32, 33, 36, 37, 38, 39, 49, 50, 51, 61, 90, 91, 93, 94, 95, 96], "els": 100, "emmanuel": 98, "empir": 98, "emploi": 102, "empti": [98, 100, 103], "enabl": [88, 89], "encod": [25, 74, 79, 82, 98], "end": [2, 3, 4, 9, 39, 41, 54, 56, 57, 58, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 79, 82, 86, 88, 89, 98, 99, 102, 105], "endian": [73, 74], "endpoint": 99, "enforc": [48, 98, 100], "enjoi": 98, "enough": [78, 98, 104], "enter": 98, "entir": [48, 78, 81, 98], "entri": [49, 50, 51, 73, 74, 98, 103, 106], "enumer": [98, 106], "env": 101, "environ": 101, "ep": [4, 5, 6, 7, 8, 9, 10, 11, 12], "equal": [43, 49, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96], "equal_group": 49, "equi": [49, 98], "equicorrel": 49, "equiv": 102, "equival": [34, 74, 99, 100, 102, 103, 105], "error": [47, 63, 99], "estim": 98, "eta": [4, 5, 6, 7, 8, 9, 10, 11, 12, 33, 36, 37, 38, 59, 65, 66, 67, 68, 69, 70, 71, 72, 89, 91, 92, 94, 95, 96, 100, 102, 105], "eta_": [9, 10, 11, 70, 71, 95], "eta_i": [4, 48, 67, 68, 69, 72, 102], "eta_k": 68, "eur_subset": 98, "eur_subset_chr": 98, "eur_subset_chr17": 98, "evalu": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 39, 41, 88, 89], "even": [4, 5, 6, 7, 8, 9, 10, 11, 12, 74, 104], "evenli": [99, 105], "event": 68, "everi": [2, 4, 9, 32, 33, 34, 35, 36, 37, 38, 48, 56, 59, 63, 71, 73, 74, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 105, 106], "exact": [100, 106], "exactli": [99, 100, 103], "exampl": [87, 100, 102, 103, 105, 106, 107], "exand": [98, 106], "exce": [90, 91, 92, 93, 94, 95, 96], "except": [100, 105], "exchang": 98, "exclud": 64, "exist": [40, 44, 100, 103], "exit": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 105], "exit_cond": [88, 89], "exp": 105, "expand": [98, 106], "expect": [98, 100], "expens": 103, "experi": [98, 100, 104], "explain": [32, 33, 34, 35, 36, 37, 38, 48, 88, 89, 90, 91, 92, 93, 94, 95, 96, 101, 105], "explicitli": [48, 106], "exploit": [97, 103, 106], "export": [100, 101, 103], "expos": [83, 84, 100, 103, 105], "express": [100, 103], "extend": [97, 100, 103], "extra": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 98, 104], "extract": [88, 89], "extrapol": 48, "f": [98, 100, 105, 106], "f_contigu": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "fact": [98, 102, 106], "factor": [32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 56, 57, 59, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 102, 106], "failur": [52, 53, 63], "fals": [4, 5, 6, 7, 8, 12, 48, 49, 59, 60, 61, 63, 64, 73, 74, 77, 79, 80, 81, 82, 85, 88, 89, 91, 92, 93, 95, 96, 98, 99, 100, 101], "fam": 98, "famili": [4, 5, 6, 7, 8, 9, 10, 11, 12, 67, 68, 69, 70, 71, 72, 100, 102], "familiar": [102, 105], "famnam": 98, "far": 98, "fashion": [104, 105], "fast": [97, 98], "faster": [78, 104], "fastest": 104, "father": 98, "favor": 98, "fdp": 98, "fdr": 98, "feasibl": [2, 3], "featur": [25, 33, 35, 36, 37, 38, 48, 49, 50, 51, 58, 59, 65, 79, 82, 89, 91, 93, 94, 95, 96, 99, 100, 102, 103, 104, 105, 107], "few": [98, 100, 103], "fictiti": 98, "fid": 98, "fig": [60, 61, 62, 63, 64], "figur": 63, "file": [73, 74, 106], "filenam": [73, 74, 98, 106], "filter": 98, "final": [79, 98, 99, 106], "find": [44, 54, 98, 99], "fine": [99, 105], "finish": 105, "finit": 44, "first": [2, 3, 98, 99, 100, 103, 105, 106], "first_intr_index": 98, "fista": [40, 44], "fista_adar": [40, 44], "fit": [32, 33, 34, 35, 36, 37, 38, 47, 48, 60, 88, 89, 91, 93, 94, 95, 96, 97, 99, 102, 103, 105, 106], "fix": [71, 89, 98, 102, 106], "flag": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 60, 69, 70, 100], "flat": 48, "flatten": [89, 95, 96, 98, 102], "flexibl": [97, 103, 104], "float": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 54, 56, 57, 59, 60, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 103], "float32": [46, 67, 68, 69, 70, 71, 72, 83, 84], "float64": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 46, 67, 68, 69, 70, 71, 72, 83, 84, 105], "fly": [81, 104], "focu": 106, "fold": [47, 48, 98], "folder": 98, "follow": [40, 44, 48, 49, 50, 51, 64, 67, 68, 73, 74, 77, 79, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 101, 102, 104, 105, 106], "forg": 101, "form": [25, 102], "formal": 98, "format": [13, 14, 15, 16, 17, 73, 74], "formula": [54, 98], "found": [100, 103], "frac": [2, 3, 9, 33, 37, 39, 41, 54, 68, 69, 70, 71, 86, 88, 89, 98, 102, 105], "framework": 98, "freedom": 86, "frequent": 107, "frobeniu": 98, "from": [2, 4, 9, 32, 33, 34, 35, 36, 37, 38, 46, 49, 50, 51, 52, 53, 55, 64, 67, 68, 69, 70, 71, 72, 73, 74, 78, 79, 81, 82, 87, 88, 89, 94, 96, 98, 99, 100, 101, 103, 104, 105, 106], "fruit": 103, "full": [4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 59, 67, 68, 69, 70, 71, 72, 88, 89, 90, 91, 94, 95, 96, 98, 100, 103], "fulli": [4, 5, 6, 7, 8, 9, 10, 11, 12, 98, 106], "func": 41, "function": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 48, 63, 67, 68, 69, 70, 71, 72, 81, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 106], "further": [48, 87, 98, 100, 103], "furthermor": 98, "g": [22, 25, 32, 33, 34, 35, 36, 37, 38, 49, 50, 56, 57, 59, 61, 63, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104], "gain": 103, "gamma": [56, 58], "gaussian": [8, 32, 33, 34, 35, 49, 50, 51, 52, 87, 88, 89, 90, 91, 92, 93, 98, 99, 100, 102, 103, 104, 106, 107], "gaussian_cov": [52, 78, 81, 103, 105], "gcc": 101, "gener": [4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 36, 37, 38, 48, 49, 50, 51, 69, 70, 73, 74, 79, 82, 88, 89, 90, 91, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 107], "genet": 98, "geno_out": 98, "geno_out_chr": 98, "genom": [98, 103, 106], "genotyp": 98, "geq": [4, 9, 39, 41, 42, 46, 88, 89, 98, 102], "get": [98, 100, 103], "git": 101, "github": [98, 101], "give": [48, 98, 102], "given": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 54, 56, 57, 58, 65, 66, 75, 76, 78, 79, 81, 82, 86, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103], "glm": [36, 38, 48, 49, 50, 51, 59, 65, 66, 87, 89, 94, 96, 97, 98, 99, 102, 103, 104, 106, 107], "glmbase32": [48, 59, 66, 89, 94, 100], "glmbase64": [5, 6, 7, 8, 12, 48, 59, 65, 66, 89, 94, 100], "glmbinomiallogit64": 67, "glmbinomialprobit64": 67, "glmcox64": 68, "glmgaussian64": 69, "glmmultibase32": [48, 59, 66, 89, 96, 100], "glmmultibase64": [4, 5, 6, 7, 8, 10, 11, 12, 48, 59, 65, 66, 89, 96, 100], "glmmultigaussian64": 70, "glmmultinomial64": 71, "glmpoisson64": 72, "global": [45, 89, 107], "goal": 98, "gold": 98, "good": 99, "grab": [32, 33, 34, 35, 36, 37, 38], "grad": [4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 36, 37, 38, 56, 58, 90, 91, 94, 95, 96, 100], "grad_norm": 57, "gradient": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 36, 37, 38, 56, 57, 63, 90, 91, 92, 94, 95, 96, 97, 100, 104], "gradient_norm": 57, "greater": 104, "greatli": [4, 5, 6, 7, 8, 9, 10, 11, 12], "grid": [99, 105], "group": [2, 4, 9, 22, 25, 32, 33, 34, 35, 36, 37, 38, 44, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 61, 64, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 103, 106, 107], "group_siz": [22, 25, 32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 56, 59, 61, 88, 89, 90, 91, 92, 93, 94, 95, 96], "group_typ": [37, 38], "grpnet": [47, 48, 59, 69, 70, 87, 91, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "grpnet_param": [47, 48], "guarante": [42, 43, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104], "guid": 97, "gwa": 107, "h": [41, 43, 56, 57, 68, 73, 98], "h0": 98, "h1": 98, "h_": 42, "h_0": 73, "h_1": 73, "h_k": 73, "ha": [48, 51, 73, 74, 98, 101, 103, 104, 105, 106], "had": 87, "half": 98, "handl": 98, "handler": [73, 74, 83, 84, 98, 106], "haplotyp": [73, 98, 106], "hardwar": 104, "hashmap": [32, 33, 36, 37, 38], "hasti": 98, "hat": [54, 56, 57, 58, 65, 66, 86, 98], "have": [32, 33, 34, 36, 37, 38, 40, 44, 46, 67, 68, 69, 70, 71, 72, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 106], "header": 98, "heavili": 97, "height": 98, "helper": [98, 106], "henc": [98, 100, 103, 105], "her": 103, "here": [4, 9, 68, 73, 79, 82, 98], "hess": [4, 5, 6, 7, 8, 9, 10, 11, 12, 100], "hessian": [4, 5, 6, 7, 8, 9, 10, 11, 12, 71, 97, 100], "hessian_min": [1, 4, 5, 6, 7, 8, 9, 10, 11, 12], "hessian_min_def": 1, "heurist": 105, "hg00096": 98, "hg00097": 98, "hg00099": 98, "hg00100": 98, "hg00101": 98, "hierarch": 98, "hierarchi": 98, "high": [98, 104], "highli": [98, 103], "hold": [54, 100], "hope": 98, "hot": [25, 79, 82, 98], "how": [97, 98, 100, 103, 104, 105, 107], "howev": [4, 5, 6, 7, 8, 9, 10, 11, 12, 43, 49, 50, 51, 73, 74, 88, 89, 98, 100, 103, 104, 105], "i": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "i_": [79, 82], "i_k": [58, 65, 80, 89, 95, 96, 102], "i_n": 98, "idea": 99, "ident": [23, 24, 80], "idx": 63, "ignor": [4, 5, 6, 7, 8, 9, 10, 11, 12, 48], "ii": [40, 41, 43, 44], "iid": 98, "ik": [9, 70, 71], "iloc": 98, "implement": [4, 5, 6, 7, 8, 9, 10, 11, 12, 98, 100, 103, 104], "implicit": 34, "import": [99, 100, 101, 103, 104, 105, 106, 107], "impos": 98, "improv": [100, 104, 105], "imput": 74, "impute_method": 74, "includ": [97, 98, 102], "inconsist": [88, 89], "incorpor": 100, "increas": [13, 14, 15, 16, 17, 48, 104], "increment": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 100], "incur": 104, "inde": 99, "independ": [49, 98], "index": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 56, 59, 61, 63, 64, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 103, 105], "index_col": 98, "indic": [13, 14, 15, 16, 17, 22, 25, 32, 33, 34, 35, 36, 37, 38, 40, 44, 56, 59, 60, 61, 64, 73, 74, 79, 82, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 103, 105], "individu": [51, 73, 98, 102, 105, 106], "induc": 98, "infeas": 105, "infer": [46, 67, 68, 69, 70, 71, 72], "inform": [44, 73, 98, 100, 106], "inherit": [2, 4, 9, 100, 103], "initi": [32, 33, 34, 35, 37, 40, 44, 79, 82, 88, 89, 99, 100], "inner": [17, 30, 97, 103, 104], "input": [39, 85, 88, 89, 97, 98, 102], "insid": 98, "inspect": [45, 98, 105, 106], "instabl": [100, 103], "instal": [97, 107], "instanti": [98, 106], "instead": [77, 79, 80, 81, 82, 85, 87, 98, 101, 104], "instruct": 101, "int": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 50, 51, 58, 59, 63, 65, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 106], "int32": [17, 30, 98], "int64": [13, 14, 15, 16, 17, 20, 22, 25, 27, 32, 33, 34, 35, 36, 37, 38], "int8": [73, 74, 98, 106], "integ": [50, 103], "intend": 87, "intent": 48, "interact": [22, 100, 103, 104, 107], "intercept": [32, 33, 34, 35, 36, 37, 38, 54, 59, 65, 89, 91, 92, 93, 94, 95, 96, 98, 102, 105], "interest": [98, 99, 100, 103, 105], "interestingli": [4, 5, 6, 7, 8, 9, 10, 11, 12], "interfac": [100, 103], "intern": [2, 3, 48, 77, 79, 80, 81, 82, 85, 103, 104, 105, 106], "interpol": 54, "interpret": [98, 100, 103], "intersect": 98, "intr_map": [79, 98], "introduct": [97, 105, 107], "intuit": 61, "inv": 98, "inv_hess_grad": [4, 5, 6, 7, 8, 9, 10, 11, 12], "inv_hessian_gradi": [4, 5, 6, 7, 8, 9, 10, 11, 12], "invari": [32, 33, 36, 37, 38, 60, 88, 89], "invers": [4, 5, 6, 7, 8, 9, 10, 11, 12], "invert": 100, "invok": [44, 104], "io": [28, 29, 83, 84, 98, 106], "iosnpbas": [73, 74], "iosnpphasedancestri": [28, 73], "iosnpunphas": [29, 74], "irl": [36, 38, 69, 70, 89, 94, 96, 102], "irls_max_it": [36, 38, 89, 94, 96], "irls_tol": [36, 38, 89, 94, 96], "is_cont_cont": 98, "is_cont_disc": 98, "is_multi": [4, 5, 6, 7, 8, 9, 10, 11, 12], "is_read": [73, 74], "is_symmetr": [4, 5, 6, 7, 8, 9, 10, 11, 12], "issu": [68, 97, 98, 100], "ista": [40, 44], "iter": [32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 60, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102, 106], "its": [34, 43, 56, 59, 81, 89, 98, 103, 105], "j": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 73, 74, 79, 82, 86, 90, 91, 92, 93, 94, 95, 96, 98, 103, 106], "jacobian": [2, 3], "jamesyang007": 101, "jhyang": [100, 105], "jl": 98, "join": [76, 98], "joint": 98, "just": 103, "k": [9, 10, 11, 23, 24, 32, 33, 34, 35, 36, 37, 38, 47, 48, 49, 50, 51, 54, 56, 58, 59, 65, 66, 68, 70, 71, 73, 80, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 105, 106], "k_1": 73, "k_2": 73, "k_i": 73, "k_n": 73, "keep": 104, "kei": [4, 9, 79, 100], "kk": [32, 34], "kkt": [32, 33, 36, 37, 38, 52, 53, 56, 60, 63], "knockoff": 107, "knockoff_stat": 98, "knockpi": 98, "know": [98, 106], "knowledg": [100, 105], "known": [40, 44], "kroneck": [23, 24, 80, 102], "kronecker_ey": 102, "kwarg": [1, 32, 33, 34, 35, 36, 37, 38, 52, 53], "l": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 105], "l1": [2, 3, 39, 40, 41, 42, 43, 44], "l2": [2, 3, 39, 44], "l2_norm": 61, "label": [50, 73], "lagrangian": [2, 3], "lambda": [32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 47, 48, 54, 56, 57, 59, 60, 61, 62, 63, 64, 88, 89, 90, 91, 94, 95, 96, 98, 99, 102, 105], "lambda_": [32, 33, 36, 37, 38, 54, 99], "lambda_1": [2, 3, 39, 40, 44], "lambda_2": [2, 3, 39, 44], "lambda_i": 39, "lambda_k": 54, "larg": [43, 73, 74, 81, 97, 98, 103, 104], "larger": [99, 104], "largest": [32, 33, 36, 37, 38, 48, 54, 63, 88, 89, 90, 91, 94, 95, 96, 98], "lasso": [2, 4, 9, 32, 33, 36, 37, 38, 51, 90, 91, 94, 95, 96, 99, 106, 107], "last": [32, 33, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 105, 106], "lastli": 86, "later": [98, 105], "latter": 105, "lazi": [16, 81], "lazili": 81, "ldot": [56, 57, 73, 75, 76, 79, 82, 98], "lead": 102, "learn": 98, "least": [32, 33, 36, 37, 38, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102, 104, 105], "left": [4, 9, 67, 68, 69, 70, 71, 72, 88, 89, 98, 102], "len": [98, 106], "length": [13, 14, 15, 16, 17, 98, 106], "leq": [2, 3, 43, 44, 98], "less": [43, 88, 89, 90, 91, 92, 93, 94, 95, 96], "let": [73, 79, 98, 103, 105], "level": [22, 25, 79, 82, 88, 89, 98, 100, 102, 103, 105], "lexicograph": 79, "li": [54, 103], "libomp": 101, "librari": 106, "lifetim": 100, "like": [2, 4, 9, 48, 88, 89, 98, 99, 103], "likelihood": [4, 9], "lim": 98, "limits_": [4, 9, 41, 67, 68, 69, 70, 71, 72, 88, 89, 102], "linalg": [32, 33, 36, 37, 38, 98], "linear": [2, 3, 4, 9, 32, 39, 40, 41, 42, 43, 44, 54, 65, 66, 88, 90, 97, 98, 102, 104, 106, 107], "linear_pr": 65, "linearli": 54, "link": [67, 97], "linspac": 99, "linux": [73, 74], "list": [14, 19, 22, 25, 26, 32, 33, 34, 35, 36, 37, 38, 56, 59, 61, 64, 75, 76, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 101, 106], "literatur": 98, "littl": [73, 74], "lmda": [32, 33, 34, 35, 36, 37, 38, 47, 54, 56, 57, 59, 60, 61, 62, 63, 64, 90, 91, 92, 93, 94, 95, 96, 99, 105], "lmda_max": [32, 33, 36, 37, 38, 90, 91, 94, 95, 96, 99], "lmda_path": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99], "lmda_path_s": [32, 33, 36, 37, 38, 47, 48, 88, 89, 90, 91, 94, 95, 96, 99], "lmda_star": 99, "load": [73, 74, 101, 106], "local": [73, 100, 101, 103], "locat": [100, 103], "log": [4, 9, 67, 68, 71, 99, 105], "logger": 99, "logger_level": 99, "logical_xor": 98, "logist": 105, "logit": [5, 67], "long": [88, 89], "longer": [88, 89], "look": [48, 98], "loss": [4, 5, 6, 7, 8, 9, 10, 11, 12, 33, 36, 37, 38, 47, 48, 59, 67, 68, 69, 70, 71, 72, 89, 94, 96, 97, 98, 100, 102, 105], "loss_ful": [4, 5, 6, 7, 8, 9, 10, 11, 12, 33, 36, 37, 38, 94, 96, 100], "loss_nul": [33, 36, 37, 38, 94, 96], "lot": 104, "low": [100, 103], "lower": [3, 42], "lt": [98, 99, 100, 103, 104, 105, 106], "lvl": 98, "m": [2, 3, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 73, 74, 104, 105], "machin": [73, 74, 104], "maco": [73, 74, 101], "made": [49, 104], "magnitud": 98, "mai": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 43, 48, 56, 59, 61, 88, 89, 98, 99, 100, 101, 103, 104, 105], "main": 98, "mainli": [69, 70], "mainten": 98, "major": [4, 5, 6, 7, 8, 9, 10, 11, 12, 71, 89, 95, 96, 98, 102], "make": [98, 104], "mamba": 101, "mambaforg": 101, "manag": 104, "mani": [79, 82, 97, 98, 100, 103, 104], "manner": 105, "map": [49, 50, 51, 79, 82], "mark": 73, "mask": 51, "master_ph": 98, "mat": [15, 16, 20, 21, 22, 23, 24, 25, 27, 31, 75, 76, 77, 78, 79, 80, 81, 82, 85, 86, 87, 103], "mat_list": [14, 19, 26], "match": 100, "mathbb": [39, 41, 56, 72, 73, 79, 82, 86, 98], "mathbf": [33, 35, 36, 37, 38, 65, 79, 86, 89, 91, 93, 94, 96, 102], "mathcal": 98, "mathemat": 97, "mathrm": [2, 3, 32, 33, 34, 35, 37, 58, 71, 86, 88, 89, 90, 91, 92, 93, 95, 98, 102, 105], "matplotlib": [64, 98, 105, 106], "matric": [48, 58, 59, 65, 73, 75, 76, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 106], "matrix": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 48, 49, 50, 51, 58, 59, 65, 70, 71, 73, 74, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 104, 105, 106, 107], "matrixcovbase32": [88, 90, 92, 103], "matrixcovbase64": [14, 15, 16, 17, 32, 34, 88, 90, 92, 103], "matrixcovblockdiag64": 75, "matrixcovdense64f": 77, "matrixcovlazycov64f": 81, "matrixcovsparse64f": 85, "matrixnaivebase32": [58, 59, 65, 80, 86, 87, 91, 93, 94, 95, 96, 103], "matrixnaivebase64": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 37, 38, 58, 59, 65, 80, 86, 87, 91, 93, 94, 95, 96, 103], "matrixnaivebasexx": 87, "matrixnaivecconcatenate64": 76, "matrixnaivecsubset64": 87, "matrixnaivedense64f": 77, "matrixnaiveinteractiondense64f": 79, "matrixnaivekroneckereye64": 80, "matrixnaivekroneckereyedense64f": 80, "matrixnaiveonehotdense64f": 82, "matrixnaiverconcatenate64": 76, "matrixnaiversubset64": 87, "matrixnaivesnpphasedancestry64": 83, "matrixnaivesnpunphased64": 84, "matrixnaivesparse64f": 85, "matrixnaivestandardize64": 86, "max": [32, 33, 36, 37, 38, 40, 44, 98, 99], "max_active_s": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96], "max_it": [3, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "max_screen_s": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "maximum": [32, 33, 34, 35, 36, 37, 38, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "mean": [33, 35, 37, 74, 79, 82, 86, 91, 93, 95, 98, 102, 104, 105], "measur": [93, 98, 105], "member": [81, 100, 103, 104], "memori": [98, 100, 103, 104], "mention": [100, 103, 104], "metadata": 98, "method": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 44, 47, 48, 52, 53, 68, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104], "michael": 98, "middl": 98, "million": 98, "mimic": [98, 106], "min": [98, 99, 105], "min_byt": 1, "min_bytes_def": 1, "min_ratio": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 98, 99], "minim": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 36, 38, 44, 88, 89, 94, 96, 102, 104], "misinterpret": 48, "miss": [51, 73, 74, 98, 106], "missing_ratio": 51, "mmap": [73, 74], "modal": 98, "mode": [73, 74, 101], "model": [4, 5, 6, 7, 8, 9, 10, 11, 12, 36, 38, 59, 91, 93, 94, 95, 96, 97, 102, 105, 106, 107], "moder": 104, "modifi": [100, 102, 103], "more": [44, 61, 74, 80, 87, 98, 99, 100, 101, 102, 104, 105, 106], "moreov": [79, 98, 99, 100, 105], "most": [4, 5, 6, 7, 8, 9, 10, 11, 12, 35, 73, 74, 88, 89, 99, 100, 103, 104, 105], "mostli": 104, "mother": 98, "move": 98, "mse": [91, 93, 95], "mu": [2, 3, 98, 105], "mu_i": 98, "much": [87, 106], "mul": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "multi": [9, 10, 11, 37, 38, 49, 50, 51, 56, 58, 59, 65, 89, 96, 98, 107], "multi_intercept": [37, 38], "multigaussian": [10, 37, 49, 50, 51, 89, 95, 100, 102, 105], "multinomi": [11, 49, 50, 51, 89, 100, 105], "multipl": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 100, 104], "multipli": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "multithread": 104, "multivariate_norm": 98, "must": [2, 4, 9, 40, 44, 46, 48, 49, 50, 51, 56, 57, 59, 64, 67, 68, 69, 70, 71, 72, 73, 74, 77, 79, 81, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 101, 103, 105, 106], "mutat": [73, 98, 106], "mvr": 98, "my_gaussian": 100, "n": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 48, 49, 50, 51, 58, 59, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 78, 79, 81, 82, 86, 89, 91, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "n_class": [37, 38], "n_common_sol": 105, "n_fold": 48, "n_h1": 98, "n_sampl": 98, "n_snp": 98, "n_thread": [14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 48, 58, 59, 65, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104, 106], "n_valid_solut": [32, 33, 36, 37, 38, 60], "na": [74, 98], "na20816": 98, "na20818": 98, "na20819": 98, "na20826": 98, "na20828": 98, "nabla": [4, 5, 6, 7, 8, 9, 10, 11, 12, 33, 36, 37, 38, 66, 71, 94, 96], "naiv": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 37, 38, 48, 53, 76, 77, 79, 80, 82, 83, 84, 85, 86, 87, 89, 91, 93, 94, 95, 96, 104, 107], "name": [4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 45, 49, 50, 51, 73, 74, 98, 106], "natur": [4, 5, 6, 7, 8, 9, 10, 11, 12, 22, 25, 36, 38, 94, 96, 100], "ndarrai": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "ndim": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "nearli": 105, "neat": 98, "necessari": [88, 89, 98], "need": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 81, 98, 104, 105], "neg": [4, 5, 6, 7, 8, 9, 10, 11, 12, 40, 42, 43, 46, 56, 57, 59, 74, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100], "neglig": [103, 104], "net": [32, 33, 34, 35, 36, 37, 38, 44, 47, 48, 52, 53, 55, 56, 57, 59, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 103, 107], "new": [32, 33, 36, 37, 38, 54, 88, 89, 90, 91, 94, 95, 96, 98, 102], "newton": [40, 44, 46, 97, 100, 102], "newton_ab": [40, 44], "newton_abs_debug": 44, "newton_br": [40, 44], "newton_max_it": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96], "newton_tol": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96], "next": [32, 33, 36, 37, 38, 73, 88, 89, 90, 91, 94, 95, 96, 98, 99, 105, 106], "nnls_max_it": [3, 46], "nnls_tol": [3, 46], "nnm": 74, "nnz": [13, 14, 15, 16, 17, 30, 74], "nnz0": 73, "nnz1": 73, "node": 104, "nois": [49, 50, 51, 98], "non": [32, 33, 34, 35, 36, 37, 38, 40, 42, 43, 46, 56, 57, 59, 73, 74, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 103, 105], "none": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 45, 46, 47, 48, 56, 57, 59, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 79, 82, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105], "nonetheless": 103, "norm": [2, 3, 32, 33, 36, 37, 38, 49, 50, 51, 56, 57, 61, 90, 91, 93, 94, 95, 96, 98], "normal": [32, 33, 36, 37, 38, 49, 64, 67, 68, 69, 70, 71, 72, 98, 99, 100, 103, 104, 105, 106], "note": [68, 88, 89, 98, 99, 102, 105, 106], "notebook": [100, 102, 104, 105], "noth": 101, "notic": 100, "now": [98, 99, 100, 101, 103, 105, 106], "np": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "nucleotid": 98, "null": [33, 36, 37, 38, 91, 93, 94, 95, 96, 98, 105], "num": 99, "numa": 104, "number": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 50, 51, 56, 58, 59, 61, 63, 64, 65, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 105, 106, 107], "numer": [97, 98, 100, 103], "numpi": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 73, 74, 83, 84, 87, 98, 99, 100, 103, 104, 105, 106], "o": [98, 101, 106], "obj": [39, 59], "object": [32, 33, 34, 35, 36, 37, 38, 44, 46, 48, 52, 53, 55, 64, 66, 67, 68, 69, 70, 71, 72, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105, 106], "observ": [33, 35, 36, 37, 38, 48, 59, 65, 67, 68, 69, 70, 71, 72, 87, 89, 91, 93, 94, 95, 96, 98, 100, 102, 103, 104, 105, 106], "obtain": [44, 88, 89], "occur": 104, "odot": 79, "off": [89, 100], "offer": 97, "offset": [36, 38, 59, 65, 89, 91, 94, 95, 96, 102], "often": 98, "oftentim": 104, "old": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95], "omega": [88, 89, 102], "omega_g": [56, 88, 89, 102], "onc": [98, 99, 105], "one": [25, 32, 33, 34, 35, 36, 37, 38, 40, 44, 47, 48, 49, 50, 51, 58, 59, 61, 65, 66, 67, 68, 73, 74, 77, 79, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104, 105, 106], "one_hot": 98, "one_ratio": [50, 51], "ones": [51, 98], "onli": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 40, 44, 51, 52, 56, 59, 61, 63, 64, 68, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "onto": [2, 3], "op": [2, 3], "openmp": [101, 104], "openmp_prefix": 101, "oper": [83, 84, 89, 98, 102], "opportun": [88, 89, 98], "opt": [69, 70, 100], "optim": [69, 70, 80, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 107], "option": [40, 43, 44, 45, 46, 47, 48, 49, 50, 51, 56, 57, 58, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "order": [13, 14, 15, 16, 17, 22, 25, 32, 33, 34, 35, 36, 37, 38, 56, 59, 79, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98], "origin": [91, 95, 98, 99], "orthogon": [2, 3], "other": [49, 78, 88, 89, 98, 101, 102, 106], "otherwis": [36, 38, 48, 59, 60, 63, 65, 69, 70, 73, 74, 77, 79, 80, 81, 82, 85, 88, 89, 91, 92, 93, 94, 95, 96, 98, 102, 105, 106], "otim": [58, 65, 80, 89, 95, 96, 102], "our": [87, 98, 99, 100, 101, 102, 103, 104, 105, 106], "out": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 49, 50, 51, 100, 103, 104], "outer": [17, 30], "outlin": 98, "output": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 91, 95, 100, 103, 105, 106], "outsid": 87, "over": [98, 103, 104, 106], "overal": 103, "overfit": 105, "overlin": [33, 37, 68, 86], "overload": [32, 33, 34, 35, 36, 37, 38], "overrid": [2, 4, 9], "overriden": [2, 3], "overview": 102, "overwrit": [88, 89], "own": [56, 59, 88, 89, 98, 103, 105], "p": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 48, 49, 50, 51, 54, 56, 58, 59, 61, 65, 74, 78, 79, 81, 82, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "p_g": 57, "packag": [97, 98, 100, 101, 103, 104], "page": 98, "pair": [22, 79, 98], "pair_level": 98, "pairwis": [79, 98], "pan": 98, "panda": 98, "paper": 98, "parallel": [97, 107], "paramet": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102], "part": [59, 100, 104], "parti": [98, 106], "particular": [48, 98, 99], "partit": [4, 9], "pass": [2, 3, 4, 9, 59, 69, 70, 87, 88, 89, 100, 103, 104], "path": [32, 33, 34, 35, 36, 37, 38, 47, 48, 61, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 101, 105], "pattern": 100, "pb_symbol": [1, 105], "pb_symbol_def": 1, "pc": 98, "pc1": 98, "pc10": 98, "pc2": 98, "pc3": 98, "pc4": 98, "pc5": 98, "pc6": 98, "pc7": 98, "pc8": 98, "pc9": 98, "pd": 98, "penal": [99, 105], "penalti": [32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 56, 57, 59, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 102], "penguin": 105, "per": [98, 106], "percent": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 105], "perform": [2, 3, 34, 35, 85, 98, 100, 102, 103, 105], "pg": 98, "pgen": 98, "pgenlib": 98, "pgenread": 98, "phase": [28, 50, 73, 83, 107], "phenotyp": 98, "phi": [2, 3, 67], "pick": [48, 98], "pin": [34, 35, 92, 93], "pioneer": 98, "pip": 101, "pitfal": [100, 103, 104], "pivot": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96, 97], "pivot_slack_ratio": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "pivot_subset_min": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "pivot_subset_ratio": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "pk": 105, "place": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96, 98, 100, 103, 104], "plai": 103, "plink": 98, "plot": [47, 52, 53, 60, 61, 62, 63, 64, 98, 105, 106], "plot_benchmark": [52, 53, 105], "plot_coeffici": [52, 53, 98, 105, 106], "plot_dev": [52, 53, 98, 105], "plot_kkt": [52, 53], "plot_loss": [47, 98], "plot_set_s": [52, 53], "plt": [98, 105, 106], "plug": 103, "po": 98, "poetri": 101, "point": [32, 33, 36, 37, 38, 44, 49, 50, 51, 88, 89, 90, 91, 94, 95, 96, 99, 100, 103], "poisson": [12, 49, 50, 51, 100], "polymorph": 98, "poor": [40, 44], "popul": 98, "popular": 98, "port": [100, 103], "portabl": [73, 74], "posit": [32, 34, 68, 79, 82, 88, 90, 98, 103], "possibl": [49, 98, 100, 102, 103, 104, 105], "possibli": [33, 35, 37, 82, 88, 89, 102], "power": 98, "practic": [98, 106], "pre": 101, "precis": [98, 99], "predict": [48, 66, 98, 102], "predictor": [56, 59, 89], "prepar": 98, "prerequisit": 107, "present": 105, "preserv": 98, "prev": 105, "previou": 105, "primal": [2, 3], "primal_s": [2, 3], "primari": [88, 89, 104], "primarili": 56, "principl": 98, "print": [98, 105], "prior": [98, 100, 106], "probit": [6, 67], "problem": [2, 4, 9, 88, 89, 97, 98, 100, 102, 103, 105], "procedur": 98, "process": 105, "prod": 98, "product": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 80, 97, 102, 103, 104], "profil": [52, 53, 61, 62], "program": [88, 89], "progress": [88, 89, 105], "progress_bar": [88, 89, 99], "project": [2, 3], "properli": [32, 33, 34, 35, 37, 104, 107], "properti": [48, 98], "proport": [49, 50, 51, 56, 60, 98], "provid": [4, 5, 6, 7, 8, 9, 10, 11, 12, 59, 88, 89, 97, 98, 99, 100, 103, 104, 105, 106], "proxim": [46, 97, 100, 102], "purpos": [2, 4, 9, 69, 70, 97, 98, 106], "put": 98, "pwr": 98, "py": [100, 105], "pybind11": [100, 103], "pyplot": [98, 105, 106], "pyproject": 101, "python": [97, 100, 101, 103], "q": [2, 3, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 98, 103], "qquad": 57, "quad": [2, 3, 39, 40, 41, 42, 43, 44, 56, 88, 89, 102], "quadrat": [2, 3, 39, 41, 102], "quantiti": [2, 4, 9, 35, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 103], "question": [104, 107], "quickstart": 107, "quirk": [100, 103], "r": [32, 33, 34, 35, 36, 37, 38, 39, 41, 56, 58, 66, 68, 73, 79, 82, 86, 90, 91, 92, 93, 95, 98], "rais": 100, "ram": 104, "random": [48, 49, 50, 51, 98, 99, 100, 103, 104, 105, 106], "randomli": [49, 50, 51, 98, 105, 106], "rang": [32, 33, 34, 35, 36, 37, 38, 50, 56, 57, 59, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 106], "rate": 98, "rather": [61, 87, 100, 102, 105], "ratio": [32, 33, 36, 37, 38, 48, 49, 50, 51, 64, 88, 89, 90, 91, 94, 95, 96, 98], "raw": 61, "raw_sample_ct": 98, "rdev": 105, "rdev_tol": [32, 34, 88, 90, 92], "reach": 105, "read": [32, 33, 34, 35, 36, 37, 38, 73, 74, 98], "read_csv": 98, "read_list": 98, "read_mod": [73, 74], "reader": [98, 100, 103, 105], "real": [98, 106], "realist": 98, "reap": 104, "reason": [85, 98, 100, 103, 105, 106], "recent": 101, "recogn": 98, "recommend": [4, 5, 6, 7, 8, 9, 10, 11, 12, 73, 74, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 101, 104, 105], "record": [98, 106], "redirect": [100, 103], "refer": [77, 79, 80, 81, 82, 85, 97, 98, 100, 103, 105], "refit": 98, "regard": [4, 9], "regardless": 85, "regist": 79, "regress": [98, 105], "regular": [2, 3, 32, 33, 34, 35, 36, 37, 38, 47, 48, 54, 56, 57, 59, 60, 61, 62, 63, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 105, 107], "rel": [32, 34, 59, 60, 63, 88, 90, 91, 92, 93, 95, 98, 105], "relat": 98, "relative_index": 98, "relev": [97, 98], "reli": [100, 103], "remain": 105, "remark": [100, 103], "remov": [59, 98, 106], "repeat": 98, "replac": [74, 98], "repo": 101, "repositori": [97, 101], "repres": [13, 14, 15, 16, 17, 32, 33, 36, 37, 38, 73, 75, 76, 79, 80, 82, 98, 102, 105, 106], "represent": [98, 106], "request": 100, "requir": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 98, 100, 101, 103, 104], "rescal": [49, 50, 51], "resid": [33, 35, 36, 37, 38, 58, 66, 91, 93, 94, 95, 96], "resid_sum": [33, 35, 37, 91, 95], "residu": [33, 35, 36, 37, 38, 58, 91, 93, 94, 95, 96, 103], "respect": [2, 3, 54, 87, 98, 105], "respons": [9, 10, 11, 33, 35, 37, 38, 49, 50, 51, 56, 58, 59, 65, 67, 69, 70, 71, 72, 89, 91, 93, 95, 96, 98, 103, 104, 106, 107], "rest": [98, 104], "restart": [40, 44, 88, 89], "result": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 40, 44, 47, 48, 60, 75, 76, 88, 89, 98, 100, 103, 105, 106], "retriev": 98, "return": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 103, 105], "reus": 102, "reweight": 102, "rho": [49, 98], "right": [4, 9, 48, 67, 68, 69, 70, 71, 72, 88, 89, 98, 102], "rina": 98, "risk": 68, "role": 103, "root": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 41, 42, 43, 44, 101], "root_funct": [40, 42, 43], "root_lower_bound": 43, "root_upper_bound": 42, "roughli": 48, "routin": [60, 69, 70, 80, 97, 104], "row": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 73, 74, 76, 81, 87, 95, 96, 98, 103, 105], "rs113391741": 98, "rs113560219": 98, "rs143500173": 98, "rs148755559": 98, "rs151247655": 98, "rs187225588": 98, "rs1882989": 98, "rs34151105": 98, "rs8069133": 98, "rs9616967": 98, "rsq": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95], "rule": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96, 97], "run": [44, 48, 87, 88, 89, 99, 101, 104, 105, 106], "runtim": 103, "s_hat": 98, "s_i": 68, "sa": 73, "safe": 104, "safeti": 107, "same": [32, 33, 34, 35, 36, 37, 38, 44, 48, 50, 54, 56, 59, 63, 73, 74, 79, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103, 105, 106], "sampl": [73, 87, 98, 99], "sandbox": [100, 105], "satisfi": [42, 43, 98], "satur": [4, 5, 6, 7, 8, 9, 10, 11, 12, 59, 105], "save": [32, 33, 36, 37, 38, 98, 100, 105], "scalabl": 98, "scalar": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "scale": [31, 68, 86, 90, 92, 97, 98, 99, 105], "scale_to": 7, "scikit": 106, "scipi": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 54, 56, 59, 61, 65, 85], "score": [32, 33, 36, 37, 38, 57, 63, 88, 89, 90, 91, 94, 95, 96, 107], "screen": [32, 33, 34, 35, 36, 37, 38, 60, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97], "screen_begin": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_beta": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_dual": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_dual_begin": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_grad": [32, 34, 92], "screen_hashset": [32, 33, 36, 37, 38], "screen_is_act": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_rul": [32, 33, 36, 37, 38, 64, 88, 89, 90, 91, 94, 95, 96], "screen_set": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_siz": [32, 33, 36, 37, 38, 64], "screen_subset": 34, "screen_subset_ord": 34, "screen_transform": [32, 33, 34, 35, 37], "screen_var": [32, 33, 34, 35, 37], "screen_x_mean": [33, 35, 37], "script": 101, "second": [2, 3, 106], "secondli": 98, "section": [100, 103, 104, 105], "see": [4, 5, 6, 7, 8, 12, 34, 40, 42, 43, 44, 45, 48, 51, 59, 98, 103, 104, 105], "seed": [48, 49, 50, 51, 98, 99, 100, 103, 104, 105, 106], "seem": 100, "seldom": 100, "select": [98, 103], "self": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 73, 74, 100, 103], "semi": [32, 34, 88, 90, 98], "sep": 98, "separ": 98, "sequenc": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 98, 102, 105], "serial": [73, 74], "seriou": 105, "set": [2, 3, 32, 33, 34, 35, 36, 37, 38, 45, 48, 49, 50, 51, 52, 53, 56, 59, 60, 64, 65, 67, 68, 69, 70, 71, 72, 74, 79, 82, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 101, 103, 105], "set_config": 105, "setup": [32, 33, 36, 37, 38, 101], "setup_lmda_max": [32, 33, 36, 37, 38], "setup_lmda_path": [32, 33, 36, 37, 38], "setup_loss_nul": [36, 38], "sex": 98, "sgn": 3, "shape": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 48, 50, 65, 98, 100, 103, 105, 106], "ship": 101, "should": [32, 33, 34, 35, 36, 37, 38, 48, 64, 88, 89, 90, 91, 94, 95, 96, 98], "show": [98, 100, 103, 104, 105, 106], "shown": [60, 63, 98, 100, 103], "side": 100, "sigma": [2, 3, 39, 41, 68, 86, 98], "sigma_": [40, 41, 43, 44], "sigma_i": 68, "sigma_inv": 98, "signal": [49, 50, 51, 98, 100], "sim": 98, "similar": [98, 106], "similarli": [96, 100], "simpl": [103, 104, 105], "simplest": 103, "simpli": [4, 5, 6, 7, 8, 9, 10, 11, 12, 51, 54, 88, 89, 103, 105], "simplic": [99, 104, 105], "simplifi": [4, 5, 6, 7, 8, 9, 10, 11, 12], "simul": 98, "sinc": [56, 61, 98, 99, 101, 102, 104, 105, 106], "singl": [56, 58, 59, 65, 73, 88, 89, 98, 104, 105, 107], "situat": 98, "size": [2, 3, 22, 25, 32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 52, 53, 61, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 103, 104, 105], "skip": 101, "slack": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "slowest": [73, 74], "small": [78, 98, 104], "smaller": 48, "smallest": [32, 33, 36, 37, 38, 48, 54, 88, 89, 90, 91, 94, 95, 96, 99], "smart": 44, "smart_init": 44, "smatrix": 98, "snp": [28, 29, 50, 51, 73, 74, 83, 84, 107], "snp_phased_ancestri": [98, 106], "snp_unphas": [98, 106], "snparrai": 98, "snpdat": [73, 74, 106], "snpdat_nam": 98, "snr": [49, 50, 51], "so": [49, 51, 59, 73, 74, 79, 82, 98, 99, 100, 101, 102, 103, 104, 105, 106], "solut": [2, 3, 32, 33, 34, 35, 36, 37, 38, 44, 54, 60, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 103, 105, 106], "solv": [2, 3, 4, 9, 32, 33, 34, 35, 36, 37, 38, 40, 48, 52, 53, 55, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 102, 105, 107], "solver": [2, 3, 4, 9, 40, 44, 47, 48, 59, 78, 81, 87, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105], "some": [4, 5, 6, 7, 8, 9, 10, 11, 12, 48, 73, 83, 84, 98, 99, 100, 103, 104, 105], "somewher": 98, "soon": 98, "sort": [34, 35, 88, 89, 90, 91, 92, 93, 94, 95, 96], "sourc": [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 101], "sp_btmul": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "spa_chr_": [98, 106], "spa_chr_i": [98, 106], "space": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 99, 105], "spars": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 54, 56, 59, 61, 65, 98, 103, 105, 106], "sparsiti": [49, 50, 51, 106], "special": [80, 97, 98, 100, 102, 103, 106], "specif": [63, 100, 102, 104, 105], "specifi": [48, 49, 50, 51, 67, 68, 69, 70, 71, 72, 74, 87, 98, 99, 100, 103, 104], "speed": [4, 5, 6, 7, 8, 9, 10, 11, 12, 98, 100, 103], "speedup": 104, "spent": 60, "split": [98, 106], "sqrt": [33, 35, 37, 49, 50, 51, 56, 59, 86, 88, 89, 98], "sqrt_weight": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "squar": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 46, 49, 50, 51, 93, 102, 105], "ss": [98, 106], "stabil": [97, 100], "stack": 106, "stand": 98, "standard": [31, 47, 67, 73, 74, 98], "star": [4, 5, 6, 7, 8, 9, 10, 11, 12, 36, 38, 42, 43, 59, 79, 94, 96, 99], "start": [2, 3, 7, 22, 25, 32, 33, 34, 35, 36, 37, 38, 40, 44, 49, 50, 51, 56, 59, 61, 64, 68, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99, 100, 103, 105], "start_ord": 7, "start_so": 7, "state": [47, 52, 53, 55, 88, 89, 98, 99, 100, 103, 104, 105, 106], "state_cov": 105, "state_exp": [100, 103], "stategaussiancov64": [88, 90], "stategaussiannaive64": [89, 91], "stategaussianpincov64": 92, "stategaussianpinnaive64": 93, "stateglmnaive64": [89, 94], "statemultigaussiannaive64": [89, 95], "statemultiglmnaive64": [89, 96], "static": [88, 89], "statist": [98, 102, 105], "statu": [7, 68], "status_to": 7, "std": 98, "step": [60, 73, 74, 98, 100], "still": [88, 89], "stop": [7, 48, 68, 98], "stop_ord": 7, "stop_to": 7, "storag": [85, 98], "store": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 77, 79, 80, 81, 82, 85, 98, 100, 103, 106], "str": [4, 7, 9, 32, 33, 36, 37, 38, 40, 44, 45, 49, 50, 51, 64, 67, 68, 73, 74, 77, 85, 88, 89, 90, 91, 94, 95, 96, 98], "strang": [100, 103], "strict": 104, "strong": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "strongli": 99, "structur": [73, 79, 97, 98, 103, 106], "studi": 98, "stunningli": 99, "su_chr_": 106, "su_chr_i": 106, "subject": [2, 3, 89, 102], "submodul": [48, 58, 59, 65, 66, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 103], "subset": [13, 14, 15, 16, 17, 20, 27, 40, 44, 63, 64, 98, 103], "subseteq": 79, "substitut": 105, "success": 101, "successfulli": 101, "suffic": [4, 5, 6, 7, 8, 9, 10, 11, 12], "suffici": [100, 103, 105], "sugar": 87, "suggest": 98, "sum": [4, 9, 33, 35, 37, 41, 49, 50, 67, 68, 69, 70, 71, 72, 88, 89, 91, 93, 95, 98, 100, 102, 105, 106], "sum_": [4, 9, 68, 71], "summari": [102, 105], "super": [100, 103], "suppli": [87, 105], "support": [52, 73, 74, 104, 105], "suppos": [87, 98, 99, 106], "svd": [33, 35, 37], "swap": 98, "switch": 104, "sy": 104, "symbol": 105, "symmetr": [9, 10, 11], "syntact": 87, "syntax": [87, 100, 103], "system": [45, 73, 74, 101], "t": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 68, 98, 103, 105], "t_i": 68, "take": [32, 33, 36, 37, 38, 54, 79, 82, 88, 89, 90, 91, 94, 95, 96, 98, 103, 104, 105, 106], "taken": [34, 35, 40, 44, 60, 98], "tau_": 98, "tau_plu": 98, "technic": [102, 106], "tend": 48, "term": [32, 59, 79, 88, 90, 107], "termin": [90, 91, 92, 93, 94, 95, 96, 105], "test": [69, 70, 88, 89], "text": [2, 3, 89, 102], "th": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 48, 56, 59, 61, 64, 73, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 105], "than": [43, 61, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99, 100, 102, 104, 105], "thei": [67, 68, 69, 70, 71, 72, 74, 97, 98, 101, 106], "them": [98, 106], "theori": 98, "therefor": [60, 98, 101], "thi": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 25, 32, 33, 34, 35, 36, 37, 38, 48, 51, 59, 61, 63, 69, 70, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106], "third": [98, 106], "those": 104, "though": [98, 99], "thought": 103, "thread": [32, 33, 34, 35, 36, 37, 38, 48, 58, 59, 65, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 106, 107], "three": [98, 106], "threshold": [63, 88, 89, 90, 91, 94, 95, 96, 105], "through": [100, 101, 103], "throughout": 104, "ti": 68, "tie": 68, "tie_method": [7, 68], "tild": [82, 95, 96, 98], "time": [32, 33, 34, 35, 36, 37, 38, 39, 41, 44, 52, 53, 56, 60, 68, 73, 74, 79, 82, 86, 88, 89, 98, 99, 104, 105, 106], "time_elaps": 44, "tip": 104, "tmp": [98, 106], "to_dens": [13, 14, 15, 16, 17, 73, 74], "to_numpi": 98, "toarrai": [98, 100, 103, 105], "toggl": 105, "tol": [3, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "toler": [32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "toml": 101, "too": [43, 48, 56, 81, 98, 100], "top": [2, 3, 33, 35, 36, 37, 38, 39, 58, 73, 78, 81, 86, 88, 89, 91, 92, 93, 94, 95, 96, 102, 103], "total": [60, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104], "total_byt": [73, 74], "total_tim": 60, "tracker": 97, "train": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98], "transpos": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "treat": 105, "treatment": 98, "tremend": 103, "trevor": 98, "trivial": [56, 105], "true": [9, 10, 11, 32, 33, 34, 35, 36, 37, 38, 44, 48, 49, 50, 51, 59, 60, 61, 63, 64, 69, 70, 73, 74, 77, 79, 80, 81, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 105], "try": 98, "tune": 97, "turn": [89, 100], "two": [56, 59, 73, 74, 79, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104, 105, 106], "two_ratio": [50, 51], "type": [32, 33, 36, 37, 38, 40, 44, 46, 52, 53, 56, 59, 67, 68, 69, 70, 71, 72, 77, 83, 84, 85, 88, 89, 90, 91, 94, 95, 96, 97, 98, 100, 106], "typic": [48, 58, 59, 65, 66, 74, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98], "u": [68, 98, 103], "u0001f427": 105, "uint32": 98, "uk": 98, "ultim": [98, 106], "ultrahigh": 98, "unconstrain": [88, 89, 90, 91, 92, 93, 94, 95, 96], "unconvent": 35, "undefin": [42, 43, 73, 74, 104], "under": [98, 99], "underli": [46, 67, 68, 69, 70, 71, 72, 78, 80, 81, 83, 84, 86, 100], "ungroup": [56, 59, 89, 105], "unicod": [73, 76], "uniform": [100, 103], "uniformli": 98, "union": [46, 48, 58, 59, 65, 66, 67, 68, 69, 70, 71, 72, 74, 80, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "uniqu": [44, 79, 98], "univers": 104, "unless": [73, 74], "unlik": [4, 5, 6, 7, 8, 9, 10, 11, 12, 48], "unnorm": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95], "unpen": [89, 98, 99], "unphas": [29, 51, 74, 84, 98], "until": [47, 99], "up": [4, 5, 6, 7, 8, 9, 10, 11, 12, 79, 101, 106], "updat": [2, 3, 32, 33, 34, 35, 36, 37, 38, 44, 88, 89, 90, 91, 92, 93, 94, 95, 96, 101], "upfront": 78, "upper": [3, 43], "us": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 44, 45, 47, 48, 51, 54, 56, 59, 63, 69, 70, 73, 74, 78, 80, 81, 86, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "usag": [97, 98, 105], "user": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 48, 51, 59, 69, 70, 73, 74, 87, 88, 89, 97, 98, 99, 100, 101, 103, 104, 105, 106], "userwarn": [100, 105], "usual": [87, 90, 91, 92, 93, 95, 98, 102, 105, 106], "v": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 39, 40, 41, 42, 44, 79, 82, 88, 90, 98, 102, 103, 105], "v_": [40, 43, 44], "v_i": [41, 98], "v_k": [32, 33, 34, 35, 37], "val": 79, "valid": [32, 33, 36, 37, 38, 47, 48, 60, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96], "valu": [2, 3, 13, 14, 15, 16, 17, 30, 32, 33, 34, 35, 36, 37, 38, 39, 41, 43, 45, 48, 54, 61, 63, 69, 70, 73, 74, 78, 79, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 103, 105, 106, 107], "vanish": [32, 33, 36, 37, 38, 90, 91, 94, 95, 96], "varepsilon": 98, "variabl": [2, 3, 45, 79, 82, 88, 89, 97, 98, 100, 103], "varianc": [33, 35, 37, 91, 93, 95, 98], "variant": 98, "variant_idx": 98, "variou": 97, "varphi": [41, 42, 43], "vdot": [73, 75, 76], "vec": [58, 89, 102], "vector": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 44, 49, 50, 51, 54, 56, 57, 59, 61, 65, 67, 68, 69, 72, 73, 74, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 102, 103, 104, 105, 106], "vectorconstraintbase64": [32, 33, 34, 35, 36, 37, 38], "vectormatrix64": [34, 35], "vee": 98, "verifi": [99, 107], "version": [50, 51, 82, 91, 92, 93, 95, 96, 97, 98, 101, 102], "vert": 76, "via": [48, 88, 89, 98, 99, 101, 105], "view": [77, 80, 85], "viewer": [77, 85], "virtualenv": 101, "visual": [61, 98, 105], "w": [4, 9, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 48, 67, 68, 69, 70, 71, 72, 87, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103], "w_": [4, 9, 70], "w_i": [67, 68, 69, 71, 72, 102], "w_j": 98, "w_k": 68, "wa": [32, 33, 35, 36, 37, 38, 48, 73, 74, 90, 91, 94, 95, 96, 101, 104], "wai": [25, 73, 74, 88, 89, 98, 99, 102, 103], "wall": 104, "want": [98, 106], "warm": [2, 3, 88, 89, 99, 100, 105], "warm_start": [88, 89], "warn": [100, 105], "we": [4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 43, 48, 54, 56, 59, 65, 67, 69, 70, 71, 72, 73, 74, 79, 82, 85, 86, 87, 88, 89, 98, 99, 100, 101, 102, 103, 104, 105, 106], "weight": [4, 7, 9, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 48, 67, 68, 69, 70, 71, 72, 87, 91, 93, 95, 100, 102, 103], "weights_mean_to": 7, "weights_size_to": 7, "weights_to": 7, "well": [32, 33, 34, 35, 36, 37, 38, 47, 63, 68, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 103, 105, 106], "were": 74, "what": [100, 103], "wheel": 101, "when": [4, 5, 6, 7, 8, 9, 10, 11, 12, 35, 40, 44, 47, 48, 59, 69, 70, 74, 81, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 103, 106], "whenev": [42, 68], "where": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 25, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 49, 50, 51, 56, 57, 59, 61, 64, 67, 68, 73, 74, 78, 79, 80, 81, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 103, 104, 105, 106], "wherea": [79, 82], "whether": [32, 33, 34, 35, 36, 37, 38, 60, 90, 91, 92, 93, 94, 95, 96], "which": [2, 3, 39, 41, 46, 48, 49, 50, 51, 54, 56, 59, 63, 65, 67, 68, 69, 70, 71, 72, 76, 78, 79, 81, 82, 87, 88, 89, 98, 99, 100, 101, 102, 103, 105], "while": [98, 104], "who": [100, 101, 103, 104], "whose": [88, 89, 90, 91, 94, 95, 96], "wide": [97, 98], "widehat": 98, "wikipedia": 98, "wise": [19, 26, 56, 76, 79, 82, 98], "wish": [87, 98, 99, 100, 104, 106], "within": [68, 79, 104], "without": [100, 102, 103, 105], "word": 78, "work": [75, 76, 78, 79, 80, 81, 82, 83, 84, 86, 87, 97, 98, 99, 100, 102, 104], "workflow": 98, "worth": [100, 103, 104], "would": [88, 89, 98, 102, 104], "wrap": [46, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 96, 102, 103], "wrapper": [46, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 96, 103], "write": [73, 74, 98, 100, 103, 106], "writeabl": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "written": [48, 73, 74, 105, 106], "wrote": 74, "x": [2, 3, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 37, 38, 46, 48, 49, 50, 51, 58, 59, 65, 73, 78, 79, 80, 81, 82, 86, 87, 89, 91, 92, 93, 94, 95, 96, 99, 100, 102, 103, 104, 105, 106, 107], "x1b": 1, "x2014": [73, 76], "x_": [33, 35, 37, 92], "x_1": 76, "x_2": 76, "x_c": [33, 35, 37, 91, 92, 93, 102], "x_i": 98, "x_intr": 98, "x_k": [33, 35, 37], "x_knock": 98, "x_l": 76, "x_mean": [33, 37, 91, 95], "x_one_hot": 98, "x_wrap": [103, 104], "x_wrap_1": 104, "x_wrap_4": 104, "xb": [98, 106], "xc": [98, 105], "y": [4, 9, 33, 35, 37, 49, 50, 51, 56, 59, 65, 67, 69, 70, 71, 72, 79, 87, 89, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106], "y_": [9, 70, 71, 95], "y_c": [33, 35, 37, 91, 92, 93, 102], "y_i": [4, 67, 69, 72, 98, 102], "y_mean": [33, 35, 37, 91, 93], "y_var": [33, 35, 37, 91, 93, 95], "yc": 105, "yield": [87, 102, 103], "yml": 101, "you": [74, 100, 103, 104], "z": [2, 3, 79, 82, 86, 95, 98], "z_": [79, 86, 95], "z_cont": 98, "z_cont_0": 98, "z_cont_mean": 98, "z_cont_std": 98, "z_disc": 98, "z_i": [79, 98], "z_j": [79, 82, 98], "z_knock": 98, "z_one_hot_0": 98, "z_sub": 98, "zero": [32, 33, 34, 35, 36, 37, 38, 43, 49, 50, 51, 59, 65, 73, 74, 79, 82, 89, 90, 91, 92, 93, 94, 95, 96, 98, 103, 105, 106], "zero_penalti": [49, 50, 51], "zero_tol": 43, "zip": 106}, "titles": ["API Reference", "adelie.adelie_core.configs.Configs", "adelie.adelie_core.constraint.ConstraintBase64", "adelie.adelie_core.constraint.ConstraintLowerUpper64", "adelie.adelie_core.glm.GlmBase64", "adelie.adelie_core.glm.GlmBinomialLogit64", "adelie.adelie_core.glm.GlmBinomialProbit64", "adelie.adelie_core.glm.GlmCox64", "adelie.adelie_core.glm.GlmGaussian64", "adelie.adelie_core.glm.GlmMultiBase64", "adelie.adelie_core.glm.GlmMultiGaussian64", "adelie.adelie_core.glm.GlmMultinomial64", "adelie.adelie_core.glm.GlmPoisson64", "adelie.adelie_core.matrix.MatrixCovBase64", "adelie.adelie_core.matrix.MatrixCovBlockDiag64", "adelie.adelie_core.matrix.MatrixCovDense64F", "adelie.adelie_core.matrix.MatrixCovLazyCov64F", "adelie.adelie_core.matrix.MatrixCovSparse64F", "adelie.adelie_core.matrix.MatrixNaiveBase64", "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64", "adelie.adelie_core.matrix.MatrixNaiveCSubset64", "adelie.adelie_core.matrix.MatrixNaiveDense64F", "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F", "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64", "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F", "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F", "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64", "adelie.adelie_core.matrix.MatrixNaiveRSubset64", "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64", "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64", "adelie.adelie_core.matrix.MatrixNaiveSparse64F", "adelie.adelie_core.matrix.MatrixNaiveStandardize64", "adelie.adelie_core.state.StateGaussianCov64", "adelie.adelie_core.state.StateGaussianNaive64", "adelie.adelie_core.state.StateGaussianPinCov64", "adelie.adelie_core.state.StateGaussianPinNaive64", "adelie.adelie_core.state.StateGlmNaive64", "adelie.adelie_core.state.StateMultiGaussianNaive64", "adelie.adelie_core.state.StateMultiGlmNaive64", "adelie.bcd.objective", "adelie.bcd.root", "adelie.bcd.root_function", "adelie.bcd.root_lower_bound", "adelie.bcd.root_upper_bound", "adelie.bcd.solve", "adelie.configs.set_configs", "adelie.constraint.lower", "adelie.cv.CVGrpnetResult", "adelie.cv.cv_grpnet", "adelie.data.dense", "adelie.data.snp_phased_ancestry", "adelie.data.snp_unphased", "adelie.diagnostic.DiagnosticCov", "adelie.diagnostic.DiagnosticNaive", "adelie.diagnostic.coefficient", "adelie.diagnostic.diagnostic", "adelie.diagnostic.gradient_norms", "adelie.diagnostic.gradient_scores", "adelie.diagnostic.gradients", "adelie.diagnostic.objective", "adelie.diagnostic.plot_benchmark", "adelie.diagnostic.plot_coefficients", "adelie.diagnostic.plot_devs", "adelie.diagnostic.plot_kkt", "adelie.diagnostic.plot_set_sizes", "adelie.diagnostic.predict", "adelie.diagnostic.residuals", "adelie.glm.binomial", "adelie.glm.cox", "adelie.glm.gaussian", "adelie.glm.multigaussian", "adelie.glm.multinomial", "adelie.glm.poisson", "adelie.io.snp_phased_ancestry", "adelie.io.snp_unphased", "adelie.matrix.block_diag", "adelie.matrix.concatenate", "adelie.matrix.dense", "adelie.matrix.eager_cov", "adelie.matrix.interaction", "adelie.matrix.kronecker_eye", "adelie.matrix.lazy_cov", "adelie.matrix.one_hot", "adelie.matrix.snp_phased_ancestry", "adelie.matrix.snp_unphased", "adelie.matrix.sparse", "adelie.matrix.standardize", "adelie.matrix.subset", "adelie.solver.gaussian_cov", "adelie.solver.grpnet", "adelie.state.gaussian_cov", "adelie.state.gaussian_naive", "adelie.state.gaussian_pin_cov", "adelie.state.gaussian_pin_naive", "adelie.state.glm_naive", "adelie.state.multigaussian_naive", "adelie.state.multiglm_naive", "Adelie documentation", "Examples", "Frequently-Asked Questions", "Generalized Linear Model", "Installation", "Introduction to Group Elastic Net", "Matrix", "Parallelism", "Quickstart", "SNP Data Analysis", "User Guide"], "titleterms": {"adeli": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97], "adelie_cor": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38], "all": 98, "analysi": 106, "ancestri": [98, 106], "api": 0, "ask": 99, "bcd": [0, 39, 40, 41, 42, 43, 44], "binomi": 67, "block_diag": 75, "chromosom": 98, "class": [100, 103], "clean": 98, "coeffici": 54, "common": 104, "concaten": 76, "config": [0, 1, 45], "configur": 105, "constraint": [0, 2, 3, 46], "constraintbase64": 2, "constraintlowerupper64": 3, "convert": 98, "covari": [103, 105], "cox": 68, "cross": 98, "custom": [100, 103], "cv": [0, 47, 48], "cv_grpnet": 48, "cvgrpnetresult": 47, "data": [0, 49, 50, 51, 106], "dataset": 98, "dens": [49, 77, 98], "develop": 101, "diagnost": [0, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 98], "diagnosticcov": 52, "diagnosticna": 53, "document": 97, "eager_cov": 78, "elast": [102, 105], "exampl": [98, 104], "featur": 98, "file": 98, "fit": 98, "format": 98, "frequent": 99, "gaussian": [69, 105], "gaussian_cov": [88, 90], "gaussian_na": 91, "gaussian_pin_cov": 92, "gaussian_pin_na": 93, "gener": 100, "glm": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 67, 68, 69, 70, 71, 72, 100, 105], "glm_naiv": 94, "glmbase64": 4, "glmbinomiallogit64": 5, "glmbinomialprobit64": 6, "glmcox64": 7, "glmgaussian64": 8, "glmmultibase64": 9, "glmmultigaussian64": 10, "glmmultinomial64": 11, "glmpoisson64": 12, "global": 105, "gradient": 58, "gradient_norm": 56, "gradient_scor": 57, "group": [98, 102, 105], "grpnet": 89, "guid": 107, "gwa": 98, "how": 99, "import": 98, "instal": 101, "interact": [79, 98], "intern": 0, "introduct": 102, "io": [0, 73, 74], "knockoff": 98, "kronecker_ey": 80, "lasso": [98, 105], "lazy_cov": 81, "linear": 100, "load": 98, "lower": 46, "matrix": [0, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 98, 103], "matrixcovbase64": 13, "matrixcovblockdiag64": 14, "matrixcovdense64f": 15, "matrixcovlazycov64f": 16, "matrixcovsparse64f": 17, "matrixnaivebase64": 18, "matrixnaivecconcatenate64": 19, "matrixnaivecsubset64": 20, "matrixnaivedense64f": 21, "matrixnaiveinteractiondense64f": 22, "matrixnaivekroneckereye64": 23, "matrixnaivekroneckereyedense64f": 24, "matrixnaiveonehotdense64f": 25, "matrixnaiverconcatenate64": 26, "matrixnaiversubset64": 27, "matrixnaivesnpphasedancestry64": 28, "matrixnaivesnpunphased64": 29, "matrixnaivesparse64f": 30, "matrixnaivestandardize64": 31, "method": 105, "model": [98, 100], "multi": [100, 102, 105], "multigaussian": 70, "multigaussian_na": 95, "multiglm_na": 96, "multinomi": 71, "naiv": 103, "net": [102, 105], "number": 104, "object": [39, 59], "one_hot": 82, "optim": 104, "option": 98, "parallel": 104, "phase": [98, 106], "plot_benchmark": 60, "plot_coeffici": 61, "plot_dev": 62, "plot_kkt": 63, "plot_set_s": 64, "poisson": 72, "predict": 65, "prerequisit": 101, "process": 98, "properli": 99, "question": 99, "quickstart": 105, "refer": 0, "regular": 99, "residu": 66, "respons": [100, 102, 105], "root": 40, "root_funct": 41, "root_lower_bound": 42, "root_upper_bound": 43, "run": 98, "safeti": 104, "score": 98, "set_config": 45, "singl": [99, 100, 102], "snp": [98, 106], "snp_phased_ancestri": [50, 73, 83], "snp_unphas": [51, 74, 84], "snpdat": 98, "solv": [44, 99], "solver": [0, 88, 89], "spars": 85, "standard": 86, "state": [0, 32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "stategaussiancov64": 32, "stategaussiannaive64": 33, "stategaussianpincov64": 34, "stategaussianpinnaive64": 35, "stateglmnaive64": 36, "statemultigaussiannaive64": 37, "statemultiglmnaive64": 38, "subset": 87, "term": 98, "thread": 104, "unphas": 106, "up": 98, "user": 107, "valid": 98, "valu": 99, "verifi": 101, "x": 98}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API Reference": [[0, "api-reference"]], "Adelie documentation": [[97, "adelie-documentation"]], "Clean-up Files": [[98, "Clean-up-Files"]], "Common Number of Threads": [[104, "Common-Number-of-Threads"]], "Convert to snpdat Format": [[98, "Convert-to-snpdat-Format"]], "Covariance Matrix Class": [[103, "Covariance-Matrix-Class"]], "Covariance Method": [[105, "Covariance-Method"]], "Cross-Validation": [[98, "Cross-Validation"]], "Custom GLM Class": [[100, "Custom-GLM-Class"]], "Custom Matrix Class": [[103, "Custom-Matrix-Class"]], "Developer Installation": [[101, "Developer-Installation"]], "Examples": [[98, "Examples"]], "Examples of Parallelism": [[104, "Examples-of-Parallelism"]], "Fit Lasso": [[98, "Fit-Lasso"]], "Frequently-Asked Questions": [[99, "Frequently-Asked-Questions"]], "GLM Group Elastic Net": [[105, "GLM-Group-Elastic-Net"]], "Gaussian Group Elastic Net": [[105, "Gaussian-Group-Elastic-Net"]], "Generalized Linear Model": [[100, "Generalized-Linear-Model"]], "Global Configurations": [[105, "Global-Configurations"]], "Group Lasso": [[105, "Group-Lasso"]], "Group Lasso with Interaction Terms": [[98, "Group-Lasso-with-Interaction-Terms"]], "How to properly solve for a single regularization value?": [[99, "How-to-properly-solve-for-a-single-regularization-value?"]], "Installation": [[101, "Installation"]], "Internal": [[0, "internal"]], "Introduction to Group Elastic Net": [[102, "Introduction-to-Group-Elastic-Net"]], "Lasso": [[105, "Lasso"]], "Lasso on GWAS Datasets": [[98, "Lasso-on-GWAS-Datasets"]], "Load the Dense SNP Matrix": [[98, "Load-the-Dense-SNP-Matrix"]], "Load the Feature Matrix": [[98, "Load-the-Feature-Matrix"]], "Matrix": [[103, "Matrix"]], "Model-X Knockoffs with Lasso Feature Importance Scores": [[98, "Model-X-Knockoffs-with-Lasso-Feature-Importance-Scores"]], "Multi-Response GLM": [[100, "Multi-Response-GLM"]], "Multi-Response GLM Elastic Net": [[105, "Multi-Response-GLM-Elastic-Net"]], "Multi-Response Group Elastic Net": [[102, "Multi-Response-Group-Elastic-Net"]], "Naive Matrix Class": [[103, "Naive-Matrix-Class"]], "Optimal Number of Threads": [[104, "Optimal-Number-of-Threads"]], "Parallelism": [[104, "Parallelism"]], "Prerequisites": [[101, "Prerequisites"]], "Process All Chromosomes": [[98, "Process-All-Chromosomes"]], "Quickstart": [[105, "Quickstart"]], "Run Diagnostics (optional)": [[98, "Run-Diagnostics-(optional)"]], "SNP Data Analysis": [[106, "SNP-Data-Analysis"]], "SNP Phased Ancestry": [[98, "SNP-Phased-Ancestry"], [106, "SNP-Phased-Ancestry"]], "SNP Unphased": [[106, "SNP-Unphased"]], "Single-Response GLM": [[100, "Single-Response-GLM"]], "Single-Response Group Elastic Net": [[102, "Single-Response-Group-Elastic-Net"]], "Thread Safety": [[104, "Thread-Safety"]], "User Guide": [[107, "user-guide"]], "Verify Installation": [[101, "Verify-Installation"]], "adelie.adelie_core.configs.Configs": [[1, "adelie-adelie-core-configs-configs"]], "adelie.adelie_core.constraint.ConstraintBase64": [[2, "adelie-adelie-core-constraint-constraintbase64"]], "adelie.adelie_core.constraint.ConstraintLowerUpper64": [[3, "adelie-adelie-core-constraint-constraintlowerupper64"]], "adelie.adelie_core.glm.GlmBase64": [[4, "adelie-adelie-core-glm-glmbase64"]], "adelie.adelie_core.glm.GlmBinomialLogit64": [[5, "adelie-adelie-core-glm-glmbinomiallogit64"]], "adelie.adelie_core.glm.GlmBinomialProbit64": [[6, "adelie-adelie-core-glm-glmbinomialprobit64"]], "adelie.adelie_core.glm.GlmCox64": [[7, "adelie-adelie-core-glm-glmcox64"]], "adelie.adelie_core.glm.GlmGaussian64": [[8, "adelie-adelie-core-glm-glmgaussian64"]], "adelie.adelie_core.glm.GlmMultiBase64": [[9, "adelie-adelie-core-glm-glmmultibase64"]], "adelie.adelie_core.glm.GlmMultiGaussian64": [[10, "adelie-adelie-core-glm-glmmultigaussian64"]], "adelie.adelie_core.glm.GlmMultinomial64": [[11, "adelie-adelie-core-glm-glmmultinomial64"]], "adelie.adelie_core.glm.GlmPoisson64": [[12, "adelie-adelie-core-glm-glmpoisson64"]], "adelie.adelie_core.matrix.MatrixCovBase64": [[13, "adelie-adelie-core-matrix-matrixcovbase64"]], "adelie.adelie_core.matrix.MatrixCovBlockDiag64": [[14, "adelie-adelie-core-matrix-matrixcovblockdiag64"]], "adelie.adelie_core.matrix.MatrixCovDense64F": [[15, "adelie-adelie-core-matrix-matrixcovdense64f"]], "adelie.adelie_core.matrix.MatrixCovLazyCov64F": [[16, "adelie-adelie-core-matrix-matrixcovlazycov64f"]], "adelie.adelie_core.matrix.MatrixCovSparse64F": [[17, "adelie-adelie-core-matrix-matrixcovsparse64f"]], "adelie.adelie_core.matrix.MatrixNaiveBase64": [[18, "adelie-adelie-core-matrix-matrixnaivebase64"]], "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64": [[19, "adelie-adelie-core-matrix-matrixnaivecconcatenate64"]], "adelie.adelie_core.matrix.MatrixNaiveCSubset64": [[20, "adelie-adelie-core-matrix-matrixnaivecsubset64"]], "adelie.adelie_core.matrix.MatrixNaiveDense64F": [[21, "adelie-adelie-core-matrix-matrixnaivedense64f"]], "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F": [[22, "adelie-adelie-core-matrix-matrixnaiveinteractiondense64f"]], "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64": [[23, "adelie-adelie-core-matrix-matrixnaivekroneckereye64"]], "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F": [[24, "adelie-adelie-core-matrix-matrixnaivekroneckereyedense64f"]], "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F": [[25, "adelie-adelie-core-matrix-matrixnaiveonehotdense64f"]], "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64": [[26, "adelie-adelie-core-matrix-matrixnaiverconcatenate64"]], "adelie.adelie_core.matrix.MatrixNaiveRSubset64": [[27, "adelie-adelie-core-matrix-matrixnaiversubset64"]], "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64": [[28, "adelie-adelie-core-matrix-matrixnaivesnpphasedancestry64"]], "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64": [[29, "adelie-adelie-core-matrix-matrixnaivesnpunphased64"]], "adelie.adelie_core.matrix.MatrixNaiveSparse64F": [[30, "adelie-adelie-core-matrix-matrixnaivesparse64f"]], "adelie.adelie_core.matrix.MatrixNaiveStandardize64": [[31, "adelie-adelie-core-matrix-matrixnaivestandardize64"]], "adelie.adelie_core.state.StateGaussianCov64": [[32, "adelie-adelie-core-state-stategaussiancov64"]], "adelie.adelie_core.state.StateGaussianNaive64": [[33, "adelie-adelie-core-state-stategaussiannaive64"]], "adelie.adelie_core.state.StateGaussianPinCov64": [[34, "adelie-adelie-core-state-stategaussianpincov64"]], "adelie.adelie_core.state.StateGaussianPinNaive64": [[35, "adelie-adelie-core-state-stategaussianpinnaive64"]], "adelie.adelie_core.state.StateGlmNaive64": [[36, "adelie-adelie-core-state-stateglmnaive64"]], "adelie.adelie_core.state.StateMultiGaussianNaive64": [[37, "adelie-adelie-core-state-statemultigaussiannaive64"]], "adelie.adelie_core.state.StateMultiGlmNaive64": [[38, "adelie-adelie-core-state-statemultiglmnaive64"]], "adelie.bcd": [[0, "adelie-bcd"]], "adelie.bcd.objective": [[39, "adelie-bcd-objective"]], "adelie.bcd.root": [[40, "adelie-bcd-root"]], "adelie.bcd.root_function": [[41, "adelie-bcd-root-function"]], "adelie.bcd.root_lower_bound": [[42, "adelie-bcd-root-lower-bound"]], "adelie.bcd.root_upper_bound": [[43, "adelie-bcd-root-upper-bound"]], "adelie.bcd.solve": [[44, "adelie-bcd-solve"]], "adelie.configs": [[0, "adelie-configs"]], "adelie.configs.set_configs": [[45, "adelie-configs-set-configs"]], "adelie.constraint": [[0, "adelie-constraint"]], "adelie.constraint.lower": [[46, "adelie-constraint-lower"]], "adelie.cv": [[0, "adelie-cv"]], "adelie.cv.CVGrpnetResult": [[47, "adelie-cv-cvgrpnetresult"]], "adelie.cv.cv_grpnet": [[48, "adelie-cv-cv-grpnet"]], "adelie.data": [[0, "adelie-data"]], "adelie.data.dense": [[49, "adelie-data-dense"]], "adelie.data.snp_phased_ancestry": [[50, "adelie-data-snp-phased-ancestry"]], "adelie.data.snp_unphased": [[51, "adelie-data-snp-unphased"]], "adelie.diagnostic": [[0, "adelie-diagnostic"]], "adelie.diagnostic.DiagnosticCov": [[52, "adelie-diagnostic-diagnosticcov"]], "adelie.diagnostic.DiagnosticNaive": [[53, "adelie-diagnostic-diagnosticnaive"]], "adelie.diagnostic.coefficient": [[54, "adelie-diagnostic-coefficient"]], "adelie.diagnostic.diagnostic": [[55, "adelie-diagnostic-diagnostic"]], "adelie.diagnostic.gradient_norms": [[56, "adelie-diagnostic-gradient-norms"]], "adelie.diagnostic.gradient_scores": [[57, "adelie-diagnostic-gradient-scores"]], "adelie.diagnostic.gradients": [[58, "adelie-diagnostic-gradients"]], "adelie.diagnostic.objective": [[59, "adelie-diagnostic-objective"]], "adelie.diagnostic.plot_benchmark": [[60, "adelie-diagnostic-plot-benchmark"]], "adelie.diagnostic.plot_coefficients": [[61, "adelie-diagnostic-plot-coefficients"]], "adelie.diagnostic.plot_devs": [[62, "adelie-diagnostic-plot-devs"]], "adelie.diagnostic.plot_kkt": [[63, "adelie-diagnostic-plot-kkt"]], "adelie.diagnostic.plot_set_sizes": [[64, "adelie-diagnostic-plot-set-sizes"]], "adelie.diagnostic.predict": [[65, "adelie-diagnostic-predict"]], "adelie.diagnostic.residuals": [[66, "adelie-diagnostic-residuals"]], "adelie.glm": [[0, "adelie-glm"]], "adelie.glm.binomial": [[67, "adelie-glm-binomial"]], "adelie.glm.cox": [[68, "adelie-glm-cox"]], "adelie.glm.gaussian": [[69, "adelie-glm-gaussian"]], "adelie.glm.multigaussian": [[70, "adelie-glm-multigaussian"]], "adelie.glm.multinomial": [[71, "adelie-glm-multinomial"]], "adelie.glm.poisson": [[72, "adelie-glm-poisson"]], "adelie.io": [[0, "adelie-io"]], "adelie.io.snp_phased_ancestry": [[73, "adelie-io-snp-phased-ancestry"]], "adelie.io.snp_unphased": [[74, "adelie-io-snp-unphased"]], "adelie.matrix": [[0, "adelie-matrix"]], "adelie.matrix.block_diag": [[75, "adelie-matrix-block-diag"]], "adelie.matrix.concatenate": [[76, "adelie-matrix-concatenate"]], "adelie.matrix.dense": [[77, "adelie-matrix-dense"]], "adelie.matrix.eager_cov": [[78, "adelie-matrix-eager-cov"]], "adelie.matrix.interaction": [[79, "adelie-matrix-interaction"]], "adelie.matrix.kronecker_eye": [[80, "adelie-matrix-kronecker-eye"]], "adelie.matrix.lazy_cov": [[81, "adelie-matrix-lazy-cov"]], "adelie.matrix.one_hot": [[82, "adelie-matrix-one-hot"]], "adelie.matrix.snp_phased_ancestry": [[83, "adelie-matrix-snp-phased-ancestry"]], "adelie.matrix.snp_unphased": [[84, "adelie-matrix-snp-unphased"]], "adelie.matrix.sparse": [[85, "adelie-matrix-sparse"]], "adelie.matrix.standardize": [[86, "adelie-matrix-standardize"]], "adelie.matrix.subset": [[87, "adelie-matrix-subset"]], "adelie.solver": [[0, "adelie-solver"]], "adelie.solver.gaussian_cov": [[88, "adelie-solver-gaussian-cov"]], "adelie.solver.grpnet": [[89, "adelie-solver-grpnet"]], "adelie.state": [[0, "adelie-state"]], "adelie.state.gaussian_cov": [[90, "adelie-state-gaussian-cov"]], "adelie.state.gaussian_naive": [[91, "adelie-state-gaussian-naive"]], "adelie.state.gaussian_pin_cov": [[92, "adelie-state-gaussian-pin-cov"]], "adelie.state.gaussian_pin_naive": [[93, "adelie-state-gaussian-pin-naive"]], "adelie.state.glm_naive": [[94, "adelie-state-glm-naive"]], "adelie.state.multigaussian_naive": [[95, "adelie-state-multigaussian-naive"]], "adelie.state.multiglm_naive": [[96, "adelie-state-multiglm-naive"]]}, "docnames": ["api_reference", "generated/adelie.adelie_core.configs.Configs", "generated/adelie.adelie_core.constraint.ConstraintBase64", "generated/adelie.adelie_core.constraint.ConstraintLowerUpper64", "generated/adelie.adelie_core.glm.GlmBase64", "generated/adelie.adelie_core.glm.GlmBinomialLogit64", "generated/adelie.adelie_core.glm.GlmBinomialProbit64", "generated/adelie.adelie_core.glm.GlmCox64", "generated/adelie.adelie_core.glm.GlmGaussian64", "generated/adelie.adelie_core.glm.GlmMultiBase64", "generated/adelie.adelie_core.glm.GlmMultiGaussian64", "generated/adelie.adelie_core.glm.GlmMultinomial64", "generated/adelie.adelie_core.glm.GlmPoisson64", "generated/adelie.adelie_core.matrix.MatrixCovBase64", "generated/adelie.adelie_core.matrix.MatrixCovBlockDiag64", "generated/adelie.adelie_core.matrix.MatrixCovDense64F", "generated/adelie.adelie_core.matrix.MatrixCovLazyCov64F", "generated/adelie.adelie_core.matrix.MatrixCovSparse64F", "generated/adelie.adelie_core.matrix.MatrixNaiveBase64", "generated/adelie.adelie_core.matrix.MatrixNaiveCConcatenate64", "generated/adelie.adelie_core.matrix.MatrixNaiveCSubset64", "generated/adelie.adelie_core.matrix.MatrixNaiveDense64F", "generated/adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F", "generated/adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64", "generated/adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F", "generated/adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F", "generated/adelie.adelie_core.matrix.MatrixNaiveRConcatenate64", "generated/adelie.adelie_core.matrix.MatrixNaiveRSubset64", "generated/adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64", "generated/adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64", "generated/adelie.adelie_core.matrix.MatrixNaiveSparse64F", "generated/adelie.adelie_core.matrix.MatrixNaiveStandardize64", "generated/adelie.adelie_core.state.StateGaussianCov64", "generated/adelie.adelie_core.state.StateGaussianNaive64", "generated/adelie.adelie_core.state.StateGaussianPinCov64", "generated/adelie.adelie_core.state.StateGaussianPinNaive64", "generated/adelie.adelie_core.state.StateGlmNaive64", "generated/adelie.adelie_core.state.StateMultiGaussianNaive64", "generated/adelie.adelie_core.state.StateMultiGlmNaive64", "generated/adelie.bcd.objective", "generated/adelie.bcd.root", "generated/adelie.bcd.root_function", "generated/adelie.bcd.root_lower_bound", "generated/adelie.bcd.root_upper_bound", "generated/adelie.bcd.solve", "generated/adelie.configs.set_configs", "generated/adelie.constraint.lower", "generated/adelie.cv.CVGrpnetResult", "generated/adelie.cv.cv_grpnet", "generated/adelie.data.dense", "generated/adelie.data.snp_phased_ancestry", "generated/adelie.data.snp_unphased", "generated/adelie.diagnostic.DiagnosticCov", "generated/adelie.diagnostic.DiagnosticNaive", "generated/adelie.diagnostic.coefficient", "generated/adelie.diagnostic.diagnostic", "generated/adelie.diagnostic.gradient_norms", "generated/adelie.diagnostic.gradient_scores", "generated/adelie.diagnostic.gradients", "generated/adelie.diagnostic.objective", "generated/adelie.diagnostic.plot_benchmark", "generated/adelie.diagnostic.plot_coefficients", "generated/adelie.diagnostic.plot_devs", "generated/adelie.diagnostic.plot_kkt", "generated/adelie.diagnostic.plot_set_sizes", "generated/adelie.diagnostic.predict", "generated/adelie.diagnostic.residuals", "generated/adelie.glm.binomial", "generated/adelie.glm.cox", "generated/adelie.glm.gaussian", "generated/adelie.glm.multigaussian", "generated/adelie.glm.multinomial", "generated/adelie.glm.poisson", "generated/adelie.io.snp_phased_ancestry", "generated/adelie.io.snp_unphased", "generated/adelie.matrix.block_diag", "generated/adelie.matrix.concatenate", "generated/adelie.matrix.dense", "generated/adelie.matrix.eager_cov", "generated/adelie.matrix.interaction", "generated/adelie.matrix.kronecker_eye", "generated/adelie.matrix.lazy_cov", "generated/adelie.matrix.one_hot", "generated/adelie.matrix.snp_phased_ancestry", "generated/adelie.matrix.snp_unphased", "generated/adelie.matrix.sparse", "generated/adelie.matrix.standardize", "generated/adelie.matrix.subset", "generated/adelie.solver.gaussian_cov", "generated/adelie.solver.grpnet", "generated/adelie.state.gaussian_cov", "generated/adelie.state.gaussian_naive", "generated/adelie.state.gaussian_pin_cov", "generated/adelie.state.gaussian_pin_naive", "generated/adelie.state.glm_naive", "generated/adelie.state.multigaussian_naive", "generated/adelie.state.multiglm_naive", "index", "notebooks/examples", "notebooks/faq", "notebooks/glm", "notebooks/installation", "notebooks/introduction", "notebooks/matrix", "notebooks/parallelism", "notebooks/quickstart", "notebooks/snp_analysis", "user_guide"], "envversion": {"nbsphinx": 4, "sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api_reference.rst", "generated/adelie.adelie_core.configs.Configs.rst", "generated/adelie.adelie_core.constraint.ConstraintBase64.rst", "generated/adelie.adelie_core.constraint.ConstraintLowerUpper64.rst", "generated/adelie.adelie_core.glm.GlmBase64.rst", "generated/adelie.adelie_core.glm.GlmBinomialLogit64.rst", "generated/adelie.adelie_core.glm.GlmBinomialProbit64.rst", "generated/adelie.adelie_core.glm.GlmCox64.rst", "generated/adelie.adelie_core.glm.GlmGaussian64.rst", "generated/adelie.adelie_core.glm.GlmMultiBase64.rst", "generated/adelie.adelie_core.glm.GlmMultiGaussian64.rst", "generated/adelie.adelie_core.glm.GlmMultinomial64.rst", "generated/adelie.adelie_core.glm.GlmPoisson64.rst", "generated/adelie.adelie_core.matrix.MatrixCovBase64.rst", "generated/adelie.adelie_core.matrix.MatrixCovBlockDiag64.rst", "generated/adelie.adelie_core.matrix.MatrixCovDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixCovLazyCov64F.rst", "generated/adelie.adelie_core.matrix.MatrixCovSparse64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveBase64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveCSubset64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveRSubset64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveSparse64F.rst", "generated/adelie.adelie_core.matrix.MatrixNaiveStandardize64.rst", "generated/adelie.adelie_core.state.StateGaussianCov64.rst", "generated/adelie.adelie_core.state.StateGaussianNaive64.rst", "generated/adelie.adelie_core.state.StateGaussianPinCov64.rst", "generated/adelie.adelie_core.state.StateGaussianPinNaive64.rst", "generated/adelie.adelie_core.state.StateGlmNaive64.rst", "generated/adelie.adelie_core.state.StateMultiGaussianNaive64.rst", "generated/adelie.adelie_core.state.StateMultiGlmNaive64.rst", "generated/adelie.bcd.objective.rst", "generated/adelie.bcd.root.rst", "generated/adelie.bcd.root_function.rst", "generated/adelie.bcd.root_lower_bound.rst", "generated/adelie.bcd.root_upper_bound.rst", "generated/adelie.bcd.solve.rst", "generated/adelie.configs.set_configs.rst", "generated/adelie.constraint.lower.rst", "generated/adelie.cv.CVGrpnetResult.rst", "generated/adelie.cv.cv_grpnet.rst", "generated/adelie.data.dense.rst", "generated/adelie.data.snp_phased_ancestry.rst", "generated/adelie.data.snp_unphased.rst", "generated/adelie.diagnostic.DiagnosticCov.rst", "generated/adelie.diagnostic.DiagnosticNaive.rst", "generated/adelie.diagnostic.coefficient.rst", "generated/adelie.diagnostic.diagnostic.rst", "generated/adelie.diagnostic.gradient_norms.rst", "generated/adelie.diagnostic.gradient_scores.rst", "generated/adelie.diagnostic.gradients.rst", "generated/adelie.diagnostic.objective.rst", "generated/adelie.diagnostic.plot_benchmark.rst", "generated/adelie.diagnostic.plot_coefficients.rst", "generated/adelie.diagnostic.plot_devs.rst", "generated/adelie.diagnostic.plot_kkt.rst", "generated/adelie.diagnostic.plot_set_sizes.rst", "generated/adelie.diagnostic.predict.rst", "generated/adelie.diagnostic.residuals.rst", "generated/adelie.glm.binomial.rst", "generated/adelie.glm.cox.rst", "generated/adelie.glm.gaussian.rst", "generated/adelie.glm.multigaussian.rst", "generated/adelie.glm.multinomial.rst", "generated/adelie.glm.poisson.rst", "generated/adelie.io.snp_phased_ancestry.rst", "generated/adelie.io.snp_unphased.rst", "generated/adelie.matrix.block_diag.rst", "generated/adelie.matrix.concatenate.rst", "generated/adelie.matrix.dense.rst", "generated/adelie.matrix.eager_cov.rst", "generated/adelie.matrix.interaction.rst", "generated/adelie.matrix.kronecker_eye.rst", "generated/adelie.matrix.lazy_cov.rst", "generated/adelie.matrix.one_hot.rst", "generated/adelie.matrix.snp_phased_ancestry.rst", "generated/adelie.matrix.snp_unphased.rst", "generated/adelie.matrix.sparse.rst", "generated/adelie.matrix.standardize.rst", "generated/adelie.matrix.subset.rst", "generated/adelie.solver.gaussian_cov.rst", "generated/adelie.solver.grpnet.rst", "generated/adelie.state.gaussian_cov.rst", "generated/adelie.state.gaussian_naive.rst", "generated/adelie.state.gaussian_pin_cov.rst", "generated/adelie.state.gaussian_pin_naive.rst", "generated/adelie.state.glm_naive.rst", "generated/adelie.state.multigaussian_naive.rst", "generated/adelie.state.multiglm_naive.rst", "index.rst", "notebooks/examples.ipynb", "notebooks/faq.ipynb", "notebooks/glm.ipynb", "notebooks/installation.ipynb", "notebooks/introduction.ipynb", "notebooks/matrix.ipynb", "notebooks/parallelism.ipynb", "notebooks/quickstart.ipynb", "notebooks/snp_analysis.ipynb", "user_guide.rst"], "indexentries": {"__init__() (adelie.adelie_core.configs.configs method)": [[1, "adelie.adelie_core.configs.Configs.__init__", false]], "__init__() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.__init__", false]], "__init__() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.__init__", false]], "__init__() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.__init__", false]], "__init__() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.__init__", false]], "__init__() (adelie.adelie_core.state.stategaussiancov64 method)": [[32, "adelie.adelie_core.state.StateGaussianCov64.__init__", false]], "__init__() (adelie.adelie_core.state.stategaussiannaive64 method)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.__init__", false]], "__init__() (adelie.adelie_core.state.stategaussianpincov64 method)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.__init__", false]], "__init__() (adelie.adelie_core.state.stategaussianpinnaive64 method)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.__init__", false]], "__init__() (adelie.adelie_core.state.stateglmnaive64 method)": [[36, "adelie.adelie_core.state.StateGlmNaive64.__init__", false]], "__init__() (adelie.adelie_core.state.statemultigaussiannaive64 method)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.__init__", false]], "__init__() (adelie.adelie_core.state.statemultiglmnaive64 method)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.__init__", false]], "__init__() (adelie.cv.cvgrpnetresult method)": [[47, "adelie.cv.CVGrpnetResult.__init__", false]], "__init__() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.__init__", false]], "__init__() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.__init__", false]], "__init__() (adelie.io.snp_phased_ancestry method)": [[73, "adelie.io.snp_phased_ancestry.__init__", false]], "__init__() (adelie.io.snp_unphased method)": [[74, "adelie.io.snp_unphased.__init__", false]], "a (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.A", false]], "a (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.A", false]], "abs_grad (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.abs_grad", false]], "abs_grad (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.abs_grad", false]], "abs_grad (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.abs_grad", false]], "abs_grad (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.abs_grad", false]], "abs_grad (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.abs_grad", false]], "active_begins (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.active_begins", false]], "active_begins (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.active_begins", false]], "active_order (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.active_order", false]], "active_order (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.active_order", false]], "active_set (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.active_set", false]], "active_set (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.active_set", false]], "active_set (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.active_set", false]], "active_set (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.active_set", false]], "active_set (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.active_set", false]], "active_set (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.active_set", false]], "active_set (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.active_set", false]], "active_set_size (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.active_set_size", false]], "active_set_size (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.active_set_size", false]], "active_sizes (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.active_sizes", false]], "active_sizes (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.active_sizes", false]], "active_sizes (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.active_sizes", false]], "active_sizes (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.active_sizes", false]], "active_sizes (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.active_sizes", false]], "adev_tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.adev_tol", false]], "adev_tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.adev_tol", false]], "alpha (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.alpha", false]], "alpha (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.alpha", false]], "alpha (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.alpha", false]], "alpha (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.alpha", false]], "alpha (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.alpha", false]], "alpha (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.alpha", false]], "alpha (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.alpha", false]], "ancestries (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.ancestries", false]], "avg_losses (adelie.cv.cvgrpnetresult attribute)": [[47, "adelie.cv.CVGrpnetResult.avg_losses", false]], "benchmark_active (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.benchmark_active", false]], "benchmark_active (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.benchmark_active", false]], "benchmark_fit_active (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_fit_active", false]], "benchmark_fit_active (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_fit_active", false]], "benchmark_fit_active (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_fit_active", false]], "benchmark_fit_active (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_fit_active", false]], "benchmark_fit_active (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_fit_active", false]], "benchmark_fit_screen (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_fit_screen", false]], "benchmark_fit_screen (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_fit_screen", false]], "benchmark_fit_screen (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_fit_screen", false]], "benchmark_fit_screen (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_fit_screen", false]], "benchmark_fit_screen (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_fit_screen", false]], "benchmark_invariance (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_invariance", false]], "benchmark_invariance (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_invariance", false]], "benchmark_invariance (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_invariance", false]], "benchmark_invariance (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_invariance", false]], "benchmark_invariance (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_invariance", false]], "benchmark_kkt (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_kkt", false]], "benchmark_kkt (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_kkt", false]], "benchmark_kkt (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_kkt", false]], "benchmark_kkt (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_kkt", false]], "benchmark_kkt (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_kkt", false]], "benchmark_screen (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.benchmark_screen", false]], "benchmark_screen (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.benchmark_screen", false]], "best_idx (adelie.cv.cvgrpnetresult attribute)": [[47, "adelie.cv.CVGrpnetResult.best_idx", false]], "beta0 (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.beta0", false]], "beta0 (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.beta0", false]], "betas (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.betas", false]], "betas (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.betas", false]], "betas (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.betas", false]], "betas (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.betas", false]], "betas (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.betas", false]], "betas (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.betas", false]], "betas (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.betas", false]], "binomial() (in module adelie.glm)": [[67, "adelie.glm.binomial", false]], "block_diag() (in module adelie.matrix)": [[75, "adelie.matrix.block_diag", false]], "bmul() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.bmul", false]], "bmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.bmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.btmul", false]], "btmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.btmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.cmul", false]], "cmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.cmul", false]], "coefficient() (in module adelie.diagnostic)": [[54, "adelie.diagnostic.coefficient", false]], "cols (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.cols", false]], "cols (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.cols", false]], "cols() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.cols", false]], "concatenate() (in module adelie.matrix)": [[76, "adelie.matrix.concatenate", false]], "configs (class in adelie.adelie_core.configs)": [[1, "adelie.adelie_core.configs.Configs", false]], "constraintbase64 (class in adelie.adelie_core.constraint)": [[2, "adelie.adelie_core.constraint.ConstraintBase64", false]], "constraintlowerupper64 (class in adelie.adelie_core.constraint)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64", false]], "constraints (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.constraints", false]], "constraints (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.constraints", false]], "constraints (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.constraints", false]], "constraints (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.constraints", false]], "constraints (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.constraints", false]], "constraints (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.constraints", false]], "constraints (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.constraints", false]], "cov() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.cov", false]], "cov() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.cov", false]], "cox() (in module adelie.glm)": [[68, "adelie.glm.cox", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.ctmul", false]], "ctmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.ctmul", false]], "cv_grpnet() (in module adelie.cv)": [[48, "adelie.cv.cv_grpnet", false]], "cvgrpnetresult (class in adelie.cv)": [[47, "adelie.cv.CVGrpnetResult", false]], "dbeta_tol (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.dbeta_tol", false]], "dbeta_tol_def (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.dbeta_tol_def", false]], "ddev_tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.ddev_tol", false]], "ddev_tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.ddev_tol", false]], "dense() (in module adelie.data)": [[49, "adelie.data.dense", false]], "dense() (in module adelie.matrix)": [[77, "adelie.matrix.dense", false]], "devs (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.devs", false]], "devs (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.devs", false]], "devs (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.devs", false]], "devs (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.devs", false]], "devs (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.devs", false]], "diagnostic() (in module adelie.diagnostic)": [[55, "adelie.diagnostic.diagnostic", false]], "diagnosticcov (class in adelie.diagnostic)": [[52, "adelie.diagnostic.DiagnosticCov", false]], "diagnosticnaive (class in adelie.diagnostic)": [[53, "adelie.diagnostic.DiagnosticNaive", false]], "dual_size (adelie.adelie_core.constraint.constraintbase64 attribute)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.dual_size", false]], "dual_size (adelie.adelie_core.constraint.constraintlowerupper64 attribute)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.dual_size", false]], "duals() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.duals", false]], "duals() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.duals", false]], "eager_cov() (in module adelie.matrix)": [[78, "adelie.matrix.eager_cov", false]], "early_exit (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.early_exit", false]], "early_exit (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.early_exit", false]], "early_exit (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.early_exit", false]], "early_exit (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.early_exit", false]], "early_exit (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.early_exit", false]], "endian (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.endian", false]], "endian (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.endian", false]], "eta (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.eta", false]], "eta (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.eta", false]], "fit() (adelie.cv.cvgrpnetresult method)": [[47, "adelie.cv.CVGrpnetResult.fit", false]], "gaussian() (in module adelie.glm)": [[69, "adelie.glm.gaussian", false]], "gaussian_cov() (in module adelie.solver)": [[88, "adelie.solver.gaussian_cov", false]], "gaussian_cov() (in module adelie.state)": [[90, "adelie.state.gaussian_cov", false]], "gaussian_naive() (in module adelie.state)": [[91, "adelie.state.gaussian_naive", false]], "gaussian_pin_cov() (in module adelie.state)": [[92, "adelie.state.gaussian_pin_cov", false]], "gaussian_pin_naive() (in module adelie.state)": [[93, "adelie.state.gaussian_pin_naive", false]], "glm_naive() (in module adelie.state)": [[94, "adelie.state.glm_naive", false]], "glmbase64 (class in adelie.adelie_core.glm)": [[4, "adelie.adelie_core.glm.GlmBase64", false]], "glmbinomiallogit64 (class in adelie.adelie_core.glm)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64", false]], "glmbinomialprobit64 (class in adelie.adelie_core.glm)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64", false]], "glmcox64 (class in adelie.adelie_core.glm)": [[7, "adelie.adelie_core.glm.GlmCox64", false]], "glmgaussian64 (class in adelie.adelie_core.glm)": [[8, "adelie.adelie_core.glm.GlmGaussian64", false]], "glmmultibase64 (class in adelie.adelie_core.glm)": [[9, "adelie.adelie_core.glm.GlmMultiBase64", false]], "glmmultigaussian64 (class in adelie.adelie_core.glm)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64", false]], "glmmultinomial64 (class in adelie.adelie_core.glm)": [[11, "adelie.adelie_core.glm.GlmMultinomial64", false]], "glmpoisson64 (class in adelie.adelie_core.glm)": [[12, "adelie.adelie_core.glm.GlmPoisson64", false]], "grad (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.grad", false]], "grad (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.grad", false]], "grad (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.grad", false]], "grad (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.grad", false]], "grad (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.grad", false]], "gradient() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.gradient", false]], "gradient() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.gradient", false]], "gradient() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.gradient", false]], "gradient_norms() (in module adelie.diagnostic)": [[56, "adelie.diagnostic.gradient_norms", false]], "gradient_scores() (in module adelie.diagnostic)": [[57, "adelie.diagnostic.gradient_scores", false]], "gradients() (in module adelie.diagnostic)": [[58, "adelie.diagnostic.gradients", false]], "group_sizes (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f attribute)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.group_sizes", false]], "group_sizes (adelie.adelie_core.matrix.matrixnaiveonehotdense64f attribute)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.group_sizes", false]], "group_sizes (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.group_sizes", false]], "group_type (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.group_type", false]], "group_type (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.group_type", false]], "groups (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f attribute)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.groups", false]], "groups (adelie.adelie_core.matrix.matrixnaiveonehotdense64f attribute)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.groups", false]], "groups (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.groups", false]], "groups (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.groups", false]], "groups (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.groups", false]], "groups (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.groups", false]], "groups (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.groups", false]], "groups (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.groups", false]], "groups (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.groups", false]], "grpnet() (in module adelie.solver)": [[89, "adelie.solver.grpnet", false]], "hessian() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.hessian", false]], "hessian() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.hessian", false]], "hessian_min (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.hessian_min", false]], "hessian_min_def (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.hessian_min_def", false]], "impute (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.impute", false]], "interaction() (in module adelie.matrix)": [[79, "adelie.matrix.interaction", false]], "intercept (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.intercept", false]], "intercept (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.intercept", false]], "intercept (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.intercept", false]], "intercept (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.intercept", false]], "intercept (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.intercept", false]], "intercept (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.intercept", false]], "intercept (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.intercept", false]], "intercepts (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.intercepts", false]], "intercepts (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.intercepts", false]], "intercepts (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.intercepts", false]], "intercepts (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.intercepts", false]], "intercepts (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.intercepts", false]], "intercepts (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.intercepts", false]], "intercepts (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.intercepts", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.inv_hessian_gradient", false]], "inv_hessian_gradient() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.inv_hessian_gradient", false]], "irls_max_iters (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.irls_max_iters", false]], "irls_max_iters (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.irls_max_iters", false]], "irls_tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.irls_tol", false]], "irls_tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.irls_tol", false]], "is_multi (adelie.adelie_core.glm.glmbase64 attribute)": [[4, "adelie.adelie_core.glm.GlmBase64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmbinomiallogit64 attribute)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmbinomialprobit64 attribute)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmgaussian64 attribute)": [[8, "adelie.adelie_core.glm.GlmGaussian64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmmultibase64 attribute)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmmultigaussian64 attribute)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmmultinomial64 attribute)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.is_multi", false]], "is_multi (adelie.adelie_core.glm.glmpoisson64 attribute)": [[12, "adelie.adelie_core.glm.GlmPoisson64.is_multi", false]], "is_read (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.is_read", false]], "is_read (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.is_read", false]], "is_symmetric (adelie.adelie_core.glm.glmbase64 attribute)": [[4, "adelie.adelie_core.glm.GlmBase64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmbinomiallogit64 attribute)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmbinomialprobit64 attribute)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmgaussian64 attribute)": [[8, "adelie.adelie_core.glm.GlmGaussian64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmmultibase64 attribute)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmmultigaussian64 attribute)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmmultinomial64 attribute)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.is_symmetric", false]], "is_symmetric (adelie.adelie_core.glm.glmpoisson64 attribute)": [[12, "adelie.adelie_core.glm.GlmPoisson64.is_symmetric", false]], "iters (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.iters", false]], "iters (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.iters", false]], "kronecker_eye() (in module adelie.matrix)": [[80, "adelie.matrix.kronecker_eye", false]], "lazy_cov() (in module adelie.matrix)": [[81, "adelie.matrix.lazy_cov", false]], "lmda (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmda", false]], "lmda (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmda", false]], "lmda (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmda", false]], "lmda (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmda", false]], "lmda (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmda", false]], "lmda_max (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmda_max", false]], "lmda_max (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmda_max", false]], "lmda_max (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmda_max", false]], "lmda_max (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmda_max", false]], "lmda_max (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmda_max", false]], "lmda_path (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmda_path", false]], "lmda_path (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmda_path", false]], "lmda_path_size (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmda_path_size", false]], "lmda_path_size (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmda_path_size", false]], "lmda_path_size (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmda_path_size", false]], "lmda_path_size (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmda_path_size", false]], "lmda_path_size (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmda_path_size", false]], "lmdas (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.lmdas", false]], "lmdas (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.lmdas", false]], "lmdas (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.lmdas", false]], "lmdas (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.lmdas", false]], "lmdas (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.lmdas", false]], "lmdas (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.lmdas", false]], "lmdas (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.lmdas", false]], "lmdas (adelie.cv.cvgrpnetresult attribute)": [[47, "adelie.cv.CVGrpnetResult.lmdas", false]], "loss() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.loss", false]], "loss() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.loss", false]], "loss() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.loss", false]], "loss() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.loss", false]], "loss() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.loss", false]], "loss() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.loss", false]], "loss() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.loss", false]], "loss() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.loss", false]], "loss() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.loss", false]], "loss_full (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.loss_full", false]], "loss_full (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.loss_full", false]], "loss_full (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.loss_full", false]], "loss_full (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmbase64 method)": [[4, "adelie.adelie_core.glm.GlmBase64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmbinomiallogit64 method)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmbinomialprobit64 method)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmcox64 method)": [[7, "adelie.adelie_core.glm.GlmCox64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmgaussian64 method)": [[8, "adelie.adelie_core.glm.GlmGaussian64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmmultibase64 method)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmmultigaussian64 method)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmmultinomial64 method)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.loss_full", false]], "loss_full() (adelie.adelie_core.glm.glmpoisson64 method)": [[12, "adelie.adelie_core.glm.GlmPoisson64.loss_full", false]], "loss_null (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.loss_null", false]], "loss_null (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.loss_null", false]], "loss_null (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.loss_null", false]], "loss_null (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.loss_null", false]], "losses (adelie.cv.cvgrpnetresult attribute)": [[47, "adelie.cv.CVGrpnetResult.losses", false]], "lower() (in module adelie.constraint)": [[46, "adelie.constraint.lower", false]], "matrixcovbase64 (class in adelie.adelie_core.matrix)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64", false]], "matrixcovblockdiag64 (class in adelie.adelie_core.matrix)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64", false]], "matrixcovdense64f (class in adelie.adelie_core.matrix)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F", false]], "matrixcovlazycov64f (class in adelie.adelie_core.matrix)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F", false]], "matrixcovsparse64f (class in adelie.adelie_core.matrix)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F", false]], "matrixnaivebase64 (class in adelie.adelie_core.matrix)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64", false]], "matrixnaivecconcatenate64 (class in adelie.adelie_core.matrix)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64", false]], "matrixnaivecsubset64 (class in adelie.adelie_core.matrix)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64", false]], "matrixnaivedense64f (class in adelie.adelie_core.matrix)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F", false]], "matrixnaiveinteractiondense64f (class in adelie.adelie_core.matrix)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F", false]], "matrixnaivekroneckereye64 (class in adelie.adelie_core.matrix)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64", false]], "matrixnaivekroneckereyedense64f (class in adelie.adelie_core.matrix)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F", false]], "matrixnaiveonehotdense64f (class in adelie.adelie_core.matrix)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F", false]], "matrixnaiverconcatenate64 (class in adelie.adelie_core.matrix)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64", false]], "matrixnaiversubset64 (class in adelie.adelie_core.matrix)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64", false]], "matrixnaivesnpphasedancestry64 (class in adelie.adelie_core.matrix)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64", false]], "matrixnaivesnpunphased64 (class in adelie.adelie_core.matrix)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64", false]], "matrixnaivesparse64f (class in adelie.adelie_core.matrix)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F", false]], "matrixnaivestandardize64 (class in adelie.adelie_core.matrix)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64", false]], "max_active_size (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.max_active_size", false]], "max_active_size (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.max_active_size", false]], "max_iters (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.max_iters", false]], "max_iters (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.max_iters", false]], "max_iters (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.max_iters", false]], "max_iters (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.max_iters", false]], "max_iters (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.max_iters", false]], "max_iters (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.max_iters", false]], "max_iters (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.max_iters", false]], "max_screen_size (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.max_screen_size", false]], "max_screen_size (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.max_screen_size", false]], "max_screen_size (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.max_screen_size", false]], "max_screen_size (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.max_screen_size", false]], "max_screen_size (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.max_screen_size", false]], "min_bytes (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.min_bytes", false]], "min_bytes_def (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.min_bytes_def", false]], "min_ratio (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.min_ratio", false]], "min_ratio (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.min_ratio", false]], "min_ratio (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.min_ratio", false]], "min_ratio (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.min_ratio", false]], "min_ratio (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.min_ratio", false]], "mul() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.mul", false]], "mul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.mul", false]], "multi_intercept (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.multi_intercept", false]], "multi_intercept (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.multi_intercept", false]], "multigaussian() (in module adelie.glm)": [[70, "adelie.glm.multigaussian", false]], "multigaussian_naive() (in module adelie.state)": [[95, "adelie.state.multigaussian_naive", false]], "multiglm_naive() (in module adelie.state)": [[96, "adelie.state.multiglm_naive", false]], "multinomial() (in module adelie.glm)": [[71, "adelie.glm.multinomial", false]], "n_classes (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.n_classes", false]], "n_threads (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.n_threads", false]], "n_threads (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.n_threads", false]], "n_threads (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.n_threads", false]], "n_threads (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.n_threads", false]], "n_threads (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.n_threads", false]], "n_threads (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.n_threads", false]], "n_threads (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.n_threads", false]], "n_valid_solutions (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.n_valid_solutions", false]], "n_valid_solutions (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.n_valid_solutions", false]], "n_valid_solutions (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.n_valid_solutions", false]], "n_valid_solutions (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.n_valid_solutions", false]], "n_valid_solutions (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.n_valid_solutions", false]], "name (adelie.adelie_core.glm.glmbase64 attribute)": [[4, "adelie.adelie_core.glm.GlmBase64.name", false]], "name (adelie.adelie_core.glm.glmbinomiallogit64 attribute)": [[5, "adelie.adelie_core.glm.GlmBinomialLogit64.name", false]], "name (adelie.adelie_core.glm.glmbinomialprobit64 attribute)": [[6, "adelie.adelie_core.glm.GlmBinomialProbit64.name", false]], "name (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.name", false]], "name (adelie.adelie_core.glm.glmgaussian64 attribute)": [[8, "adelie.adelie_core.glm.GlmGaussian64.name", false]], "name (adelie.adelie_core.glm.glmmultibase64 attribute)": [[9, "adelie.adelie_core.glm.GlmMultiBase64.name", false]], "name (adelie.adelie_core.glm.glmmultigaussian64 attribute)": [[10, "adelie.adelie_core.glm.GlmMultiGaussian64.name", false]], "name (adelie.adelie_core.glm.glmmultinomial64 attribute)": [[11, "adelie.adelie_core.glm.GlmMultinomial64.name", false]], "name (adelie.adelie_core.glm.glmpoisson64 attribute)": [[12, "adelie.adelie_core.glm.GlmPoisson64.name", false]], "ndim (adelie.adelie_core.matrix.matrixcovbase64 attribute)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixcovblockdiag64 attribute)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixcovdense64f attribute)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixcovlazycov64f attribute)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixcovsparse64f attribute)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivebase64 attribute)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivecconcatenate64 attribute)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivecsubset64 attribute)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivedense64f attribute)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f attribute)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivekroneckereye64 attribute)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f attribute)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaiveonehotdense64f attribute)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaiverconcatenate64 attribute)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaiversubset64 attribute)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 attribute)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivesnpunphased64 attribute)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivesparse64f attribute)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.ndim", false]], "ndim (adelie.adelie_core.matrix.matrixnaivestandardize64 attribute)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.ndim", false]], "newton_max_iters (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.newton_max_iters", false]], "newton_max_iters (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.newton_max_iters", false]], "newton_tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.newton_tol", false]], "newton_tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.newton_tol", false]], "nnm (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.nnm", false]], "nnz (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.nnz", false]], "nnz0 (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.nnz0", false]], "nnz1 (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.nnz1", false]], "objective() (in module adelie.bcd)": [[39, "adelie.bcd.objective", false]], "objective() (in module adelie.diagnostic)": [[59, "adelie.diagnostic.objective", false]], "offsets (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.offsets", false]], "offsets (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.offsets", false]], "one_hot() (in module adelie.matrix)": [[82, "adelie.matrix.one_hot", false]], "pb_symbol (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.pb_symbol", false]], "pb_symbol_def (adelie.adelie_core.configs.configs attribute)": [[1, "adelie.adelie_core.configs.Configs.pb_symbol_def", false]], "penalty (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.penalty", false]], "penalty (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.penalty", false]], "penalty (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.penalty", false]], "penalty (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.penalty", false]], "penalty (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.penalty", false]], "penalty (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.penalty", false]], "penalty (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.penalty", false]], "pivot_slack_ratio (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.pivot_slack_ratio", false]], "pivot_slack_ratio (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.pivot_slack_ratio", false]], "pivot_slack_ratio (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.pivot_slack_ratio", false]], "pivot_slack_ratio (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.pivot_slack_ratio", false]], "pivot_slack_ratio (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.pivot_slack_ratio", false]], "pivot_subset_min (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.pivot_subset_min", false]], "pivot_subset_min (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.pivot_subset_min", false]], "pivot_subset_min (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.pivot_subset_min", false]], "pivot_subset_min (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.pivot_subset_min", false]], "pivot_subset_min (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.pivot_subset_min", false]], "pivot_subset_ratio (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.pivot_subset_ratio", false]], "pivot_subset_ratio (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.pivot_subset_ratio", false]], "pivot_subset_ratio (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.pivot_subset_ratio", false]], "pivot_subset_ratio (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.pivot_subset_ratio", false]], "pivot_subset_ratio (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.pivot_subset_ratio", false]], "plot_benchmark() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_benchmark", false]], "plot_benchmark() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_benchmark", false]], "plot_benchmark() (in module adelie.diagnostic)": [[60, "adelie.diagnostic.plot_benchmark", false]], "plot_coefficients() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_coefficients", false]], "plot_coefficients() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_coefficients", false]], "plot_coefficients() (in module adelie.diagnostic)": [[61, "adelie.diagnostic.plot_coefficients", false]], "plot_devs() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_devs", false]], "plot_devs() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_devs", false]], "plot_devs() (in module adelie.diagnostic)": [[62, "adelie.diagnostic.plot_devs", false]], "plot_kkt() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_kkt", false]], "plot_kkt() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_kkt", false]], "plot_kkt() (in module adelie.diagnostic)": [[63, "adelie.diagnostic.plot_kkt", false]], "plot_loss() (adelie.cv.cvgrpnetresult method)": [[47, "adelie.cv.CVGrpnetResult.plot_loss", false]], "plot_set_sizes() (adelie.diagnostic.diagnosticcov method)": [[52, "adelie.diagnostic.DiagnosticCov.plot_set_sizes", false]], "plot_set_sizes() (adelie.diagnostic.diagnosticnaive method)": [[53, "adelie.diagnostic.DiagnosticNaive.plot_set_sizes", false]], "plot_set_sizes() (in module adelie.diagnostic)": [[64, "adelie.diagnostic.plot_set_sizes", false]], "poisson() (in module adelie.glm)": [[72, "adelie.glm.poisson", false]], "predict() (in module adelie.diagnostic)": [[65, "adelie.diagnostic.predict", false]], "primal_size (adelie.adelie_core.constraint.constraintbase64 attribute)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.primal_size", false]], "primal_size (adelie.adelie_core.constraint.constraintlowerupper64 attribute)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.primal_size", false]], "primals() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.primals", false]], "primals() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.primals", false]], "project() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.project", false]], "project() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.project", false]], "rdev_tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.rdev_tol", false]], "rdev_tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.rdev_tol", false]], "read() (adelie.io.snp_phased_ancestry method)": [[73, "adelie.io.snp_phased_ancestry.read", false]], "read() (adelie.io.snp_unphased method)": [[74, "adelie.io.snp_unphased.read", false]], "resid (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.resid", false]], "resid (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.resid", false]], "resid (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.resid", false]], "resid (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.resid", false]], "resid (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.resid", false]], "resid_sum (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.resid_sum", false]], "resid_sum (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.resid_sum", false]], "resid_sum (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.resid_sum", false]], "residuals() (in module adelie.diagnostic)": [[66, "adelie.diagnostic.residuals", false]], "root() (in module adelie.bcd)": [[40, "adelie.bcd.root", false]], "root_function() (in module adelie.bcd)": [[41, "adelie.bcd.root_function", false]], "root_lower_bound() (in module adelie.bcd)": [[42, "adelie.bcd.root_lower_bound", false]], "root_upper_bound() (in module adelie.bcd)": [[43, "adelie.bcd.root_upper_bound", false]], "rows (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.rows", false]], "rows (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.rows", false]], "rows() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.rows", false]], "rsq (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.rsq", false]], "rsq (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.rsq", false]], "rsq (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.rsq", false]], "rsq (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.rsq", false]], "rsq (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.rsq", false]], "rsqs (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.rsqs", false]], "rsqs (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.rsqs", false]], "scale_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.scale_to", false]], "screen_begins (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_begins", false]], "screen_begins (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_begins", false]], "screen_beta (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_beta", false]], "screen_beta (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_beta", false]], "screen_dual (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_dual", false]], "screen_dual (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_dual", false]], "screen_dual_begins (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_dual_begins", false]], "screen_dual_begins (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_dual_begins", false]], "screen_grad (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_grad", false]], "screen_grad (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_grad", false]], "screen_hashset (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_hashset", false]], "screen_hashset (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_hashset", false]], "screen_hashset (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_hashset", false]], "screen_hashset (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_hashset", false]], "screen_hashset (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_hashset", false]], "screen_is_active (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_is_active", false]], "screen_is_active (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_is_active", false]], "screen_rule (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_rule", false]], "screen_rule (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_rule", false]], "screen_rule (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_rule", false]], "screen_rule (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_rule", false]], "screen_rule (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_rule", false]], "screen_set (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_set", false]], "screen_set (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_set", false]], "screen_set (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_set", false]], "screen_set (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_set", false]], "screen_set (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_set", false]], "screen_set (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_set", false]], "screen_set (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_set", false]], "screen_sizes (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_sizes", false]], "screen_sizes (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_sizes", false]], "screen_sizes (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.screen_sizes", false]], "screen_sizes (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_sizes", false]], "screen_sizes (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.screen_sizes", false]], "screen_subset_order (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_subset_order", false]], "screen_subset_ordered (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_subset_ordered", false]], "screen_transforms (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_transforms", false]], "screen_transforms (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_transforms", false]], "screen_transforms (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_transforms", false]], "screen_transforms (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_transforms", false]], "screen_transforms (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_transforms", false]], "screen_vars (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.screen_vars", false]], "screen_vars (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_vars", false]], "screen_vars (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.screen_vars", false]], "screen_vars (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_vars", false]], "screen_vars (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_vars", false]], "screen_x_means (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.screen_X_means", false]], "screen_x_means (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.screen_X_means", false]], "screen_x_means (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.screen_X_means", false]], "set_configs() (in module adelie.configs)": [[45, "adelie.configs.set_configs", false]], "setup_lmda_max (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.setup_lmda_max", false]], "setup_lmda_max (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.setup_lmda_max", false]], "setup_lmda_max (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.setup_lmda_max", false]], "setup_lmda_max (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.setup_lmda_max", false]], "setup_lmda_max (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.setup_lmda_max", false]], "setup_lmda_path (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.setup_lmda_path", false]], "setup_lmda_path (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.setup_lmda_path", false]], "setup_lmda_path (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.setup_lmda_path", false]], "setup_lmda_path (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.setup_lmda_path", false]], "setup_lmda_path (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.setup_lmda_path", false]], "setup_loss_null (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.setup_loss_null", false]], "setup_loss_null (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.setup_loss_null", false]], "shape (adelie.adelie_core.matrix.matrixcovbase64 attribute)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.shape", false]], "shape (adelie.adelie_core.matrix.matrixcovblockdiag64 attribute)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.shape", false]], "shape (adelie.adelie_core.matrix.matrixcovdense64f attribute)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixcovlazycov64f attribute)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixcovsparse64f attribute)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivebase64 attribute)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivecconcatenate64 attribute)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivecsubset64 attribute)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivedense64f attribute)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f attribute)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivekroneckereye64 attribute)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f attribute)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaiveonehotdense64f attribute)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaiverconcatenate64 attribute)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaiversubset64 attribute)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 attribute)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivesnpunphased64 attribute)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivesparse64f attribute)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.shape", false]], "shape (adelie.adelie_core.matrix.matrixnaivestandardize64 attribute)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.shape", false]], "snp_phased_ancestry (class in adelie.io)": [[73, "adelie.io.snp_phased_ancestry", false]], "snp_phased_ancestry() (in module adelie.data)": [[50, "adelie.data.snp_phased_ancestry", false]], "snp_phased_ancestry() (in module adelie.matrix)": [[83, "adelie.matrix.snp_phased_ancestry", false]], "snp_unphased (class in adelie.io)": [[74, "adelie.io.snp_unphased", false]], "snp_unphased() (in module adelie.data)": [[51, "adelie.data.snp_unphased", false]], "snp_unphased() (in module adelie.matrix)": [[84, "adelie.matrix.snp_unphased", false]], "snps (adelie.io.snp_phased_ancestry attribute)": [[73, "adelie.io.snp_phased_ancestry.snps", false]], "snps (adelie.io.snp_unphased attribute)": [[74, "adelie.io.snp_unphased.snps", false]], "solve() (adelie.adelie_core.constraint.constraintbase64 method)": [[2, "adelie.adelie_core.constraint.ConstraintBase64.solve", false]], "solve() (adelie.adelie_core.constraint.constraintlowerupper64 method)": [[3, "adelie.adelie_core.constraint.ConstraintLowerUpper64.solve", false]], "solve() (in module adelie.bcd)": [[44, "adelie.bcd.solve", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivebase64 method)": [[18, "adelie.adelie_core.matrix.MatrixNaiveBase64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivecconcatenate64 method)": [[19, "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivecsubset64 method)": [[20, "adelie.adelie_core.matrix.MatrixNaiveCSubset64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivedense64f method)": [[21, "adelie.adelie_core.matrix.MatrixNaiveDense64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaiveinteractiondense64f method)": [[22, "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivekroneckereye64 method)": [[23, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivekroneckereyedense64f method)": [[24, "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaiveonehotdense64f method)": [[25, "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaiverconcatenate64 method)": [[26, "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaiversubset64 method)": [[27, "adelie.adelie_core.matrix.MatrixNaiveRSubset64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivesnpphasedancestry64 method)": [[28, "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivesnpunphased64 method)": [[29, "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivesparse64f method)": [[30, "adelie.adelie_core.matrix.MatrixNaiveSparse64F.sp_btmul", false]], "sp_btmul() (adelie.adelie_core.matrix.matrixnaivestandardize64 method)": [[31, "adelie.adelie_core.matrix.MatrixNaiveStandardize64.sp_btmul", false]], "sparse() (in module adelie.matrix)": [[85, "adelie.matrix.sparse", false]], "standardize() (in module adelie.matrix)": [[86, "adelie.matrix.standardize", false]], "start_order (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.start_order", false]], "start_so (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.start_so", false]], "stategaussiancov64 (class in adelie.adelie_core.state)": [[32, "adelie.adelie_core.state.StateGaussianCov64", false]], "stategaussiannaive64 (class in adelie.adelie_core.state)": [[33, "adelie.adelie_core.state.StateGaussianNaive64", false]], "stategaussianpincov64 (class in adelie.adelie_core.state)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64", false]], "stategaussianpinnaive64 (class in adelie.adelie_core.state)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64", false]], "stateglmnaive64 (class in adelie.adelie_core.state)": [[36, "adelie.adelie_core.state.StateGlmNaive64", false]], "statemultigaussiannaive64 (class in adelie.adelie_core.state)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64", false]], "statemultiglmnaive64 (class in adelie.adelie_core.state)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64", false]], "status_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.status_to", false]], "stop_order (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.stop_order", false]], "stop_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.stop_to", false]], "subset() (in module adelie.matrix)": [[87, "adelie.matrix.subset", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovbase64 method)": [[13, "adelie.adelie_core.matrix.MatrixCovBase64.to_dense", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovblockdiag64 method)": [[14, "adelie.adelie_core.matrix.MatrixCovBlockDiag64.to_dense", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovdense64f method)": [[15, "adelie.adelie_core.matrix.MatrixCovDense64F.to_dense", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovlazycov64f method)": [[16, "adelie.adelie_core.matrix.MatrixCovLazyCov64F.to_dense", false]], "to_dense() (adelie.adelie_core.matrix.matrixcovsparse64f method)": [[17, "adelie.adelie_core.matrix.MatrixCovSparse64F.to_dense", false]], "to_dense() (adelie.io.snp_phased_ancestry method)": [[73, "adelie.io.snp_phased_ancestry.to_dense", false]], "to_dense() (adelie.io.snp_unphased method)": [[74, "adelie.io.snp_unphased.to_dense", false]], "tol (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.tol", false]], "tol (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.tol", false]], "tol (adelie.adelie_core.state.stategaussianpincov64 attribute)": [[34, "adelie.adelie_core.state.StateGaussianPinCov64.tol", false]], "tol (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.tol", false]], "tol (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.tol", false]], "tol (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.tol", false]], "tol (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.tol", false]], "v (adelie.adelie_core.state.stategaussiancov64 attribute)": [[32, "adelie.adelie_core.state.StateGaussianCov64.v", false]], "weights (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.weights", false]], "weights (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.weights", false]], "weights (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.weights", false]], "weights_mean_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.weights_mean_to", false]], "weights_size_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.weights_size_to", false]], "weights_to (adelie.adelie_core.glm.glmcox64 attribute)": [[7, "adelie.adelie_core.glm.GlmCox64.weights_to", false]], "write() (adelie.io.snp_phased_ancestry method)": [[73, "adelie.io.snp_phased_ancestry.write", false]], "write() (adelie.io.snp_unphased method)": [[74, "adelie.io.snp_unphased.write", false]], "x (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.X", false]], "x (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.X", false]], "x (adelie.adelie_core.state.stateglmnaive64 attribute)": [[36, "adelie.adelie_core.state.StateGlmNaive64.X", false]], "x (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.X", false]], "x (adelie.adelie_core.state.statemultiglmnaive64 attribute)": [[38, "adelie.adelie_core.state.StateMultiGlmNaive64.X", false]], "x_means (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.X_means", false]], "x_means (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.X_means", false]], "y_mean (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.y_mean", false]], "y_mean (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.y_mean", false]], "y_mean (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.y_mean", false]], "y_var (adelie.adelie_core.state.stategaussiannaive64 attribute)": [[33, "adelie.adelie_core.state.StateGaussianNaive64.y_var", false]], "y_var (adelie.adelie_core.state.stategaussianpinnaive64 attribute)": [[35, "adelie.adelie_core.state.StateGaussianPinNaive64.y_var", false]], "y_var (adelie.adelie_core.state.statemultigaussiannaive64 attribute)": [[37, "adelie.adelie_core.state.StateMultiGaussianNaive64.y_var", false]]}, "objects": {"adelie.adelie_core.configs": [[1, 0, 1, "", "Configs"]], "adelie.adelie_core.configs.Configs": [[1, 1, 1, "", "__init__"], [1, 2, 1, "", "dbeta_tol"], [1, 2, 1, "", "dbeta_tol_def"], [1, 2, 1, "", "hessian_min"], [1, 2, 1, "", "hessian_min_def"], [1, 2, 1, "", "min_bytes"], [1, 2, 1, "", "min_bytes_def"], [1, 2, 1, "", "pb_symbol"], [1, 2, 1, "", "pb_symbol_def"]], "adelie.adelie_core.constraint": [[2, 0, 1, "", "ConstraintBase64"], [3, 0, 1, "", "ConstraintLowerUpper64"]], "adelie.adelie_core.constraint.ConstraintBase64": [[2, 1, 1, "", "__init__"], [2, 2, 1, "", "dual_size"], [2, 1, 1, "", "duals"], [2, 1, 1, "", "gradient"], [2, 2, 1, "", "primal_size"], [2, 1, 1, "", "primals"], [2, 1, 1, "", "project"], [2, 1, 1, "", "solve"]], "adelie.adelie_core.constraint.ConstraintLowerUpper64": [[3, 1, 1, "", "__init__"], [3, 2, 1, "", "dual_size"], [3, 1, 1, "", "duals"], [3, 1, 1, "", "gradient"], [3, 2, 1, "", "primal_size"], [3, 1, 1, "", "primals"], [3, 1, 1, "", "project"], [3, 1, 1, "", "solve"]], "adelie.adelie_core.glm": [[4, 0, 1, "", "GlmBase64"], [5, 0, 1, "", "GlmBinomialLogit64"], [6, 0, 1, "", "GlmBinomialProbit64"], [7, 0, 1, "", "GlmCox64"], [8, 0, 1, "", "GlmGaussian64"], [9, 0, 1, "", "GlmMultiBase64"], [10, 0, 1, "", "GlmMultiGaussian64"], [11, 0, 1, "", "GlmMultinomial64"], [12, 0, 1, "", "GlmPoisson64"]], "adelie.adelie_core.glm.GlmBase64": [[4, 1, 1, "", "__init__"], [4, 1, 1, "", "gradient"], [4, 1, 1, "", "hessian"], [4, 1, 1, "", "inv_hessian_gradient"], [4, 2, 1, "", "is_multi"], [4, 2, 1, "", "is_symmetric"], [4, 1, 1, "", "loss"], [4, 1, 1, "", "loss_full"], [4, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmBinomialLogit64": [[5, 1, 1, "", "__init__"], [5, 1, 1, "", "gradient"], [5, 1, 1, "", "hessian"], [5, 1, 1, "", "inv_hessian_gradient"], [5, 2, 1, "", "is_multi"], [5, 2, 1, "", "is_symmetric"], [5, 1, 1, "", "loss"], [5, 1, 1, "", "loss_full"], [5, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmBinomialProbit64": [[6, 1, 1, "", "__init__"], [6, 1, 1, "", "gradient"], [6, 1, 1, "", "hessian"], [6, 1, 1, "", "inv_hessian_gradient"], [6, 2, 1, "", "is_multi"], [6, 2, 1, "", "is_symmetric"], [6, 1, 1, "", "loss"], [6, 1, 1, "", "loss_full"], [6, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmCox64": [[7, 1, 1, "", "__init__"], [7, 1, 1, "", "gradient"], [7, 1, 1, "", "hessian"], [7, 1, 1, "", "inv_hessian_gradient"], [7, 2, 1, "", "is_multi"], [7, 2, 1, "", "is_symmetric"], [7, 1, 1, "", "loss"], [7, 1, 1, "", "loss_full"], [7, 2, 1, "", "name"], [7, 2, 1, "", "scale_to"], [7, 2, 1, "", "start_order"], [7, 2, 1, "", "start_so"], [7, 2, 1, "", "status_to"], [7, 2, 1, "", "stop_order"], [7, 2, 1, "", "stop_to"], [7, 2, 1, "", "weights_mean_to"], [7, 2, 1, "", "weights_size_to"], [7, 2, 1, "", "weights_to"]], "adelie.adelie_core.glm.GlmGaussian64": [[8, 1, 1, "", "__init__"], [8, 1, 1, "", "gradient"], [8, 1, 1, "", "hessian"], [8, 1, 1, "", "inv_hessian_gradient"], [8, 2, 1, "", "is_multi"], [8, 2, 1, "", "is_symmetric"], [8, 1, 1, "", "loss"], [8, 1, 1, "", "loss_full"], [8, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmMultiBase64": [[9, 1, 1, "", "__init__"], [9, 1, 1, "", "gradient"], [9, 1, 1, "", "hessian"], [9, 1, 1, "", "inv_hessian_gradient"], [9, 2, 1, "", "is_multi"], [9, 2, 1, "", "is_symmetric"], [9, 1, 1, "", "loss"], [9, 1, 1, "", "loss_full"], [9, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmMultiGaussian64": [[10, 1, 1, "", "__init__"], [10, 1, 1, "", "gradient"], [10, 1, 1, "", "hessian"], [10, 1, 1, "", "inv_hessian_gradient"], [10, 2, 1, "", "is_multi"], [10, 2, 1, "", "is_symmetric"], [10, 1, 1, "", "loss"], [10, 1, 1, "", "loss_full"], [10, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmMultinomial64": [[11, 1, 1, "", "__init__"], [11, 1, 1, "", "gradient"], [11, 1, 1, "", "hessian"], [11, 1, 1, "", "inv_hessian_gradient"], [11, 2, 1, "", "is_multi"], [11, 2, 1, "", "is_symmetric"], [11, 1, 1, "", "loss"], [11, 1, 1, "", "loss_full"], [11, 2, 1, "", "name"]], "adelie.adelie_core.glm.GlmPoisson64": [[12, 1, 1, "", "__init__"], [12, 1, 1, "", "gradient"], [12, 1, 1, "", "hessian"], [12, 1, 1, "", "inv_hessian_gradient"], [12, 2, 1, "", "is_multi"], [12, 2, 1, "", "is_symmetric"], [12, 1, 1, "", "loss"], [12, 1, 1, "", "loss_full"], [12, 2, 1, "", "name"]], "adelie.adelie_core.matrix": [[13, 0, 1, "", "MatrixCovBase64"], [14, 0, 1, "", "MatrixCovBlockDiag64"], [15, 0, 1, "", "MatrixCovDense64F"], [16, 0, 1, "", "MatrixCovLazyCov64F"], [17, 0, 1, "", "MatrixCovSparse64F"], [18, 0, 1, "", "MatrixNaiveBase64"], [19, 0, 1, "", "MatrixNaiveCConcatenate64"], [20, 0, 1, "", "MatrixNaiveCSubset64"], [21, 0, 1, "", "MatrixNaiveDense64F"], [22, 0, 1, "", "MatrixNaiveInteractionDense64F"], [23, 0, 1, "", "MatrixNaiveKroneckerEye64"], [24, 0, 1, "", "MatrixNaiveKroneckerEyeDense64F"], [25, 0, 1, "", "MatrixNaiveOneHotDense64F"], [26, 0, 1, "", "MatrixNaiveRConcatenate64"], [27, 0, 1, "", "MatrixNaiveRSubset64"], [28, 0, 1, "", "MatrixNaiveSNPPhasedAncestry64"], [29, 0, 1, "", "MatrixNaiveSNPUnphased64"], [30, 0, 1, "", "MatrixNaiveSparse64F"], [31, 0, 1, "", "MatrixNaiveStandardize64"]], "adelie.adelie_core.matrix.MatrixCovBase64": [[13, 1, 1, "", "__init__"], [13, 1, 1, "", "bmul"], [13, 1, 1, "", "cols"], [13, 1, 1, "", "mul"], [13, 2, 1, "", "ndim"], [13, 1, 1, "", "rows"], [13, 2, 1, "", "shape"], [13, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixCovBlockDiag64": [[14, 1, 1, "", "__init__"], [14, 1, 1, "", "bmul"], [14, 1, 1, "", "cols"], [14, 1, 1, "", "mul"], [14, 2, 1, "", "ndim"], [14, 1, 1, "", "rows"], [14, 2, 1, "", "shape"], [14, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixCovDense64F": [[15, 1, 1, "", "__init__"], [15, 1, 1, "", "bmul"], [15, 1, 1, "", "cols"], [15, 1, 1, "", "mul"], [15, 2, 1, "", "ndim"], [15, 1, 1, "", "rows"], [15, 2, 1, "", "shape"], [15, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixCovLazyCov64F": [[16, 1, 1, "", "__init__"], [16, 1, 1, "", "bmul"], [16, 1, 1, "", "cols"], [16, 1, 1, "", "mul"], [16, 2, 1, "", "ndim"], [16, 1, 1, "", "rows"], [16, 2, 1, "", "shape"], [16, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixCovSparse64F": [[17, 1, 1, "", "__init__"], [17, 1, 1, "", "bmul"], [17, 1, 1, "", "cols"], [17, 1, 1, "", "mul"], [17, 2, 1, "", "ndim"], [17, 1, 1, "", "rows"], [17, 2, 1, "", "shape"], [17, 1, 1, "", "to_dense"]], "adelie.adelie_core.matrix.MatrixNaiveBase64": [[18, 1, 1, "", "__init__"], [18, 1, 1, "", "bmul"], [18, 1, 1, "", "btmul"], [18, 1, 1, "", "cmul"], [18, 1, 1, "", "cols"], [18, 1, 1, "", "cov"], [18, 1, 1, "", "ctmul"], [18, 1, 1, "", "mul"], [18, 2, 1, "", "ndim"], [18, 1, 1, "", "rows"], [18, 2, 1, "", "shape"], [18, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64": [[19, 1, 1, "", "__init__"], [19, 1, 1, "", "bmul"], [19, 1, 1, "", "btmul"], [19, 1, 1, "", "cmul"], [19, 1, 1, "", "cols"], [19, 1, 1, "", "cov"], [19, 1, 1, "", "ctmul"], [19, 1, 1, "", "mul"], [19, 2, 1, "", "ndim"], [19, 1, 1, "", "rows"], [19, 2, 1, "", "shape"], [19, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveCSubset64": [[20, 1, 1, "", "__init__"], [20, 1, 1, "", "bmul"], [20, 1, 1, "", "btmul"], [20, 1, 1, "", "cmul"], [20, 1, 1, "", "cols"], [20, 1, 1, "", "cov"], [20, 1, 1, "", "ctmul"], [20, 1, 1, "", "mul"], [20, 2, 1, "", "ndim"], [20, 1, 1, "", "rows"], [20, 2, 1, "", "shape"], [20, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveDense64F": [[21, 1, 1, "", "__init__"], [21, 1, 1, "", "bmul"], [21, 1, 1, "", "btmul"], [21, 1, 1, "", "cmul"], [21, 1, 1, "", "cols"], [21, 1, 1, "", "cov"], [21, 1, 1, "", "ctmul"], [21, 1, 1, "", "mul"], [21, 2, 1, "", "ndim"], [21, 1, 1, "", "rows"], [21, 2, 1, "", "shape"], [21, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F": [[22, 1, 1, "", "__init__"], [22, 1, 1, "", "bmul"], [22, 1, 1, "", "btmul"], [22, 1, 1, "", "cmul"], [22, 1, 1, "", "cols"], [22, 1, 1, "", "cov"], [22, 1, 1, "", "ctmul"], [22, 2, 1, "", "group_sizes"], [22, 2, 1, "", "groups"], [22, 1, 1, "", "mul"], [22, 2, 1, "", "ndim"], [22, 1, 1, "", "rows"], [22, 2, 1, "", "shape"], [22, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64": [[23, 1, 1, "", "__init__"], [23, 1, 1, "", "bmul"], [23, 1, 1, "", "btmul"], [23, 1, 1, "", "cmul"], [23, 1, 1, "", "cols"], [23, 1, 1, "", "cov"], [23, 1, 1, "", "ctmul"], [23, 1, 1, "", "mul"], [23, 2, 1, "", "ndim"], [23, 1, 1, "", "rows"], [23, 2, 1, "", "shape"], [23, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F": [[24, 1, 1, "", "__init__"], [24, 1, 1, "", "bmul"], [24, 1, 1, "", "btmul"], [24, 1, 1, "", "cmul"], [24, 1, 1, "", "cols"], [24, 1, 1, "", "cov"], [24, 1, 1, "", "ctmul"], [24, 1, 1, "", "mul"], [24, 2, 1, "", "ndim"], [24, 1, 1, "", "rows"], [24, 2, 1, "", "shape"], [24, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F": [[25, 1, 1, "", "__init__"], [25, 1, 1, "", "bmul"], [25, 1, 1, "", "btmul"], [25, 1, 1, "", "cmul"], [25, 1, 1, "", "cols"], [25, 1, 1, "", "cov"], [25, 1, 1, "", "ctmul"], [25, 2, 1, "", "group_sizes"], [25, 2, 1, "", "groups"], [25, 1, 1, "", "mul"], [25, 2, 1, "", "ndim"], [25, 1, 1, "", "rows"], [25, 2, 1, "", "shape"], [25, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64": [[26, 1, 1, "", "__init__"], [26, 1, 1, "", "bmul"], [26, 1, 1, "", "btmul"], [26, 1, 1, "", "cmul"], [26, 1, 1, "", "cols"], [26, 1, 1, "", "cov"], [26, 1, 1, "", "ctmul"], [26, 1, 1, "", "mul"], [26, 2, 1, "", "ndim"], [26, 1, 1, "", "rows"], [26, 2, 1, "", "shape"], [26, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveRSubset64": [[27, 1, 1, "", "__init__"], [27, 1, 1, "", "bmul"], [27, 1, 1, "", "btmul"], [27, 1, 1, "", "cmul"], [27, 1, 1, "", "cols"], [27, 1, 1, "", "cov"], [27, 1, 1, "", "ctmul"], [27, 1, 1, "", "mul"], [27, 2, 1, "", "ndim"], [27, 1, 1, "", "rows"], [27, 2, 1, "", "shape"], [27, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64": [[28, 1, 1, "", "__init__"], [28, 1, 1, "", "bmul"], [28, 1, 1, "", "btmul"], [28, 1, 1, "", "cmul"], [28, 1, 1, "", "cols"], [28, 1, 1, "", "cov"], [28, 1, 1, "", "ctmul"], [28, 1, 1, "", "mul"], [28, 2, 1, "", "ndim"], [28, 1, 1, "", "rows"], [28, 2, 1, "", "shape"], [28, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64": [[29, 1, 1, "", "__init__"], [29, 1, 1, "", "bmul"], [29, 1, 1, "", "btmul"], [29, 1, 1, "", "cmul"], [29, 1, 1, "", "cols"], [29, 1, 1, "", "cov"], [29, 1, 1, "", "ctmul"], [29, 1, 1, "", "mul"], [29, 2, 1, "", "ndim"], [29, 1, 1, "", "rows"], [29, 2, 1, "", "shape"], [29, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveSparse64F": [[30, 1, 1, "", "__init__"], [30, 1, 1, "", "bmul"], [30, 1, 1, "", "btmul"], [30, 1, 1, "", "cmul"], [30, 1, 1, "", "cols"], [30, 1, 1, "", "cov"], [30, 1, 1, "", "ctmul"], [30, 1, 1, "", "mul"], [30, 2, 1, "", "ndim"], [30, 1, 1, "", "rows"], [30, 2, 1, "", "shape"], [30, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.matrix.MatrixNaiveStandardize64": [[31, 1, 1, "", "__init__"], [31, 1, 1, "", "bmul"], [31, 1, 1, "", "btmul"], [31, 1, 1, "", "cmul"], [31, 1, 1, "", "cols"], [31, 1, 1, "", "cov"], [31, 1, 1, "", "ctmul"], [31, 1, 1, "", "mul"], [31, 2, 1, "", "ndim"], [31, 1, 1, "", "rows"], [31, 2, 1, "", "shape"], [31, 1, 1, "", "sp_btmul"]], "adelie.adelie_core.state": [[32, 0, 1, "", "StateGaussianCov64"], [33, 0, 1, "", "StateGaussianNaive64"], [34, 0, 1, "", "StateGaussianPinCov64"], [35, 0, 1, "", "StateGaussianPinNaive64"], [36, 0, 1, "", "StateGlmNaive64"], [37, 0, 1, "", "StateMultiGaussianNaive64"], [38, 0, 1, "", "StateMultiGlmNaive64"]], "adelie.adelie_core.state.StateGaussianCov64": [[32, 2, 1, "", "A"], [32, 1, 1, "", "__init__"], [32, 2, 1, "", "abs_grad"], [32, 2, 1, "", "active_set"], [32, 2, 1, "", "active_set_size"], [32, 2, 1, "", "active_sizes"], [32, 2, 1, "", "adev_tol"], [32, 2, 1, "", "alpha"], [32, 2, 1, "", "benchmark_fit_active"], [32, 2, 1, "", "benchmark_fit_screen"], [32, 2, 1, "", "benchmark_invariance"], [32, 2, 1, "", "benchmark_kkt"], [32, 2, 1, "", "benchmark_screen"], [32, 2, 1, "", "betas"], [32, 2, 1, "", "constraints"], [32, 2, 1, "", "ddev_tol"], [32, 2, 1, "", "devs"], [32, 2, 1, "", "early_exit"], [32, 2, 1, "", "grad"], [32, 2, 1, "", "group_sizes"], [32, 2, 1, "", "groups"], [32, 2, 1, "", "intercept"], [32, 2, 1, "", "intercepts"], [32, 2, 1, "", "lmda"], [32, 2, 1, "", "lmda_max"], [32, 2, 1, "", "lmda_path"], [32, 2, 1, "", "lmda_path_size"], [32, 2, 1, "", "lmdas"], [32, 2, 1, "", "max_active_size"], [32, 2, 1, "", "max_iters"], [32, 2, 1, "", "max_screen_size"], [32, 2, 1, "", "min_ratio"], [32, 2, 1, "", "n_threads"], [32, 2, 1, "", "n_valid_solutions"], [32, 2, 1, "", "newton_max_iters"], [32, 2, 1, "", "newton_tol"], [32, 2, 1, "", "penalty"], [32, 2, 1, "", "pivot_slack_ratio"], [32, 2, 1, "", "pivot_subset_min"], [32, 2, 1, "", "pivot_subset_ratio"], [32, 2, 1, "", "rdev_tol"], [32, 2, 1, "", "rsq"], [32, 2, 1, "", "screen_begins"], [32, 2, 1, "", "screen_beta"], [32, 2, 1, "", "screen_dual"], [32, 2, 1, "", "screen_dual_begins"], [32, 2, 1, "", "screen_grad"], [32, 2, 1, "", "screen_hashset"], [32, 2, 1, "", "screen_is_active"], [32, 2, 1, "", "screen_rule"], [32, 2, 1, "", "screen_set"], [32, 2, 1, "", "screen_sizes"], [32, 2, 1, "", "screen_transforms"], [32, 2, 1, "", "screen_vars"], [32, 2, 1, "", "setup_lmda_max"], [32, 2, 1, "", "setup_lmda_path"], [32, 2, 1, "", "tol"], [32, 2, 1, "", "v"]], "adelie.adelie_core.state.StateGaussianNaive64": [[33, 2, 1, "", "X"], [33, 2, 1, "", "X_means"], [33, 1, 1, "", "__init__"], [33, 2, 1, "", "abs_grad"], [33, 2, 1, "", "active_set"], [33, 2, 1, "", "active_set_size"], [33, 2, 1, "", "active_sizes"], [33, 2, 1, "", "adev_tol"], [33, 2, 1, "", "alpha"], [33, 2, 1, "", "benchmark_fit_active"], [33, 2, 1, "", "benchmark_fit_screen"], [33, 2, 1, "", "benchmark_invariance"], [33, 2, 1, "", "benchmark_kkt"], [33, 2, 1, "", "benchmark_screen"], [33, 2, 1, "", "betas"], [33, 2, 1, "", "constraints"], [33, 2, 1, "", "ddev_tol"], [33, 2, 1, "", "devs"], [33, 2, 1, "", "early_exit"], [33, 2, 1, "", "grad"], [33, 2, 1, "", "group_sizes"], [33, 2, 1, "", "groups"], [33, 2, 1, "", "intercept"], [33, 2, 1, "", "intercepts"], [33, 2, 1, "", "lmda"], [33, 2, 1, "", "lmda_max"], [33, 2, 1, "", "lmda_path"], [33, 2, 1, "", "lmda_path_size"], [33, 2, 1, "", "lmdas"], [33, 2, 1, "", "loss_full"], [33, 2, 1, "", "loss_null"], [33, 2, 1, "", "max_active_size"], [33, 2, 1, "", "max_iters"], [33, 2, 1, "", "max_screen_size"], [33, 2, 1, "", "min_ratio"], [33, 2, 1, "", "n_threads"], [33, 2, 1, "", "n_valid_solutions"], [33, 2, 1, "", "newton_max_iters"], [33, 2, 1, "", "newton_tol"], [33, 2, 1, "", "penalty"], [33, 2, 1, "", "pivot_slack_ratio"], [33, 2, 1, "", "pivot_subset_min"], [33, 2, 1, "", "pivot_subset_ratio"], [33, 2, 1, "", "resid"], [33, 2, 1, "", "resid_sum"], [33, 2, 1, "", "rsq"], [33, 2, 1, "", "screen_X_means"], [33, 2, 1, "", "screen_begins"], [33, 2, 1, "", "screen_beta"], [33, 2, 1, "", "screen_dual"], [33, 2, 1, "", "screen_dual_begins"], [33, 2, 1, "", "screen_hashset"], [33, 2, 1, "", "screen_is_active"], [33, 2, 1, "", "screen_rule"], [33, 2, 1, "", "screen_set"], [33, 2, 1, "", "screen_sizes"], [33, 2, 1, "", "screen_transforms"], [33, 2, 1, "", "screen_vars"], [33, 2, 1, "", "setup_lmda_max"], [33, 2, 1, "", "setup_lmda_path"], [33, 2, 1, "", "tol"], [33, 2, 1, "", "weights"], [33, 2, 1, "", "y_mean"], [33, 2, 1, "", "y_var"]], "adelie.adelie_core.state.StateGaussianPinCov64": [[34, 2, 1, "", "A"], [34, 1, 1, "", "__init__"], [34, 2, 1, "", "active_begins"], [34, 2, 1, "", "active_order"], [34, 2, 1, "", "active_set"], [34, 2, 1, "", "active_set_size"], [34, 2, 1, "", "adev_tol"], [34, 2, 1, "", "alpha"], [34, 2, 1, "", "benchmark_active"], [34, 2, 1, "", "benchmark_screen"], [34, 2, 1, "", "betas"], [34, 2, 1, "", "constraints"], [34, 2, 1, "", "ddev_tol"], [34, 2, 1, "", "group_sizes"], [34, 2, 1, "", "groups"], [34, 2, 1, "", "intercept"], [34, 2, 1, "", "intercepts"], [34, 2, 1, "", "iters"], [34, 2, 1, "", "lmda_path"], [34, 2, 1, "", "lmdas"], [34, 2, 1, "", "max_active_size"], [34, 2, 1, "", "max_iters"], [34, 2, 1, "", "n_threads"], [34, 2, 1, "", "newton_max_iters"], [34, 2, 1, "", "newton_tol"], [34, 2, 1, "", "penalty"], [34, 2, 1, "", "rdev_tol"], [34, 2, 1, "", "rsq"], [34, 2, 1, "", "rsqs"], [34, 2, 1, "", "screen_begins"], [34, 2, 1, "", "screen_beta"], [34, 2, 1, "", "screen_dual"], [34, 2, 1, "", "screen_dual_begins"], [34, 2, 1, "", "screen_grad"], [34, 2, 1, "", "screen_is_active"], [34, 2, 1, "", "screen_set"], [34, 2, 1, "", "screen_subset_order"], [34, 2, 1, "", "screen_subset_ordered"], [34, 2, 1, "", "screen_transforms"], [34, 2, 1, "", "screen_vars"], [34, 2, 1, "", "tol"]], "adelie.adelie_core.state.StateGaussianPinNaive64": [[35, 2, 1, "", "X"], [35, 1, 1, "", "__init__"], [35, 2, 1, "", "active_begins"], [35, 2, 1, "", "active_order"], [35, 2, 1, "", "active_set"], [35, 2, 1, "", "active_set_size"], [35, 2, 1, "", "adev_tol"], [35, 2, 1, "", "alpha"], [35, 2, 1, "", "benchmark_active"], [35, 2, 1, "", "benchmark_screen"], [35, 2, 1, "", "betas"], [35, 2, 1, "", "constraints"], [35, 2, 1, "", "ddev_tol"], [35, 2, 1, "", "group_sizes"], [35, 2, 1, "", "groups"], [35, 2, 1, "", "intercept"], [35, 2, 1, "", "intercepts"], [35, 2, 1, "", "iters"], [35, 2, 1, "", "lmda_path"], [35, 2, 1, "", "lmdas"], [35, 2, 1, "", "max_active_size"], [35, 2, 1, "", "max_iters"], [35, 2, 1, "", "n_threads"], [35, 2, 1, "", "newton_max_iters"], [35, 2, 1, "", "newton_tol"], [35, 2, 1, "", "penalty"], [35, 2, 1, "", "resid"], [35, 2, 1, "", "resid_sum"], [35, 2, 1, "", "rsq"], [35, 2, 1, "", "rsqs"], [35, 2, 1, "", "screen_X_means"], [35, 2, 1, "", "screen_begins"], [35, 2, 1, "", "screen_beta"], [35, 2, 1, "", "screen_dual"], [35, 2, 1, "", "screen_dual_begins"], [35, 2, 1, "", "screen_is_active"], [35, 2, 1, "", "screen_set"], [35, 2, 1, "", "screen_transforms"], [35, 2, 1, "", "screen_vars"], [35, 2, 1, "", "tol"], [35, 2, 1, "", "weights"], [35, 2, 1, "", "y_mean"], [35, 2, 1, "", "y_var"]], "adelie.adelie_core.state.StateGlmNaive64": [[36, 2, 1, "", "X"], [36, 1, 1, "", "__init__"], [36, 2, 1, "", "abs_grad"], [36, 2, 1, "", "active_set"], [36, 2, 1, "", "active_set_size"], [36, 2, 1, "", "active_sizes"], [36, 2, 1, "", "adev_tol"], [36, 2, 1, "", "alpha"], [36, 2, 1, "", "benchmark_fit_active"], [36, 2, 1, "", "benchmark_fit_screen"], [36, 2, 1, "", "benchmark_invariance"], [36, 2, 1, "", "benchmark_kkt"], [36, 2, 1, "", "benchmark_screen"], [36, 2, 1, "", "beta0"], [36, 2, 1, "", "betas"], [36, 2, 1, "", "constraints"], [36, 2, 1, "", "ddev_tol"], [36, 2, 1, "", "devs"], [36, 2, 1, "", "early_exit"], [36, 2, 1, "", "eta"], [36, 2, 1, "", "grad"], [36, 2, 1, "", "group_sizes"], [36, 2, 1, "", "groups"], [36, 2, 1, "", "intercept"], [36, 2, 1, "", "intercepts"], [36, 2, 1, "", "irls_max_iters"], [36, 2, 1, "", "irls_tol"], [36, 2, 1, "", "lmda"], [36, 2, 1, "", "lmda_max"], [36, 2, 1, "", "lmda_path"], [36, 2, 1, "", "lmda_path_size"], [36, 2, 1, "", "lmdas"], [36, 2, 1, "", "loss_full"], [36, 2, 1, "", "loss_null"], [36, 2, 1, "", "max_active_size"], [36, 2, 1, "", "max_iters"], [36, 2, 1, "", "max_screen_size"], [36, 2, 1, "", "min_ratio"], [36, 2, 1, "", "n_threads"], [36, 2, 1, "", "n_valid_solutions"], [36, 2, 1, "", "newton_max_iters"], [36, 2, 1, "", "newton_tol"], [36, 2, 1, "", "offsets"], [36, 2, 1, "", "penalty"], [36, 2, 1, "", "pivot_slack_ratio"], [36, 2, 1, "", "pivot_subset_min"], [36, 2, 1, "", "pivot_subset_ratio"], [36, 2, 1, "", "resid"], [36, 2, 1, "", "screen_begins"], [36, 2, 1, "", "screen_beta"], [36, 2, 1, "", "screen_dual"], [36, 2, 1, "", "screen_dual_begins"], [36, 2, 1, "", "screen_hashset"], [36, 2, 1, "", "screen_is_active"], [36, 2, 1, "", "screen_rule"], [36, 2, 1, "", "screen_set"], [36, 2, 1, "", "screen_sizes"], [36, 2, 1, "", "setup_lmda_max"], [36, 2, 1, "", "setup_lmda_path"], [36, 2, 1, "", "setup_loss_null"], [36, 2, 1, "", "tol"]], "adelie.adelie_core.state.StateMultiGaussianNaive64": [[37, 2, 1, "", "X"], [37, 2, 1, "", "X_means"], [37, 1, 1, "", "__init__"], [37, 2, 1, "", "abs_grad"], [37, 2, 1, "", "active_set"], [37, 2, 1, "", "active_set_size"], [37, 2, 1, "", "active_sizes"], [37, 2, 1, "", "adev_tol"], [37, 2, 1, "", "alpha"], [37, 2, 1, "", "benchmark_fit_active"], [37, 2, 1, "", "benchmark_fit_screen"], [37, 2, 1, "", "benchmark_invariance"], [37, 2, 1, "", "benchmark_kkt"], [37, 2, 1, "", "benchmark_screen"], [37, 2, 1, "", "betas"], [37, 2, 1, "", "constraints"], [37, 2, 1, "", "ddev_tol"], [37, 2, 1, "", "devs"], [37, 2, 1, "", "early_exit"], [37, 2, 1, "", "grad"], [37, 2, 1, "", "group_sizes"], [37, 2, 1, "", "group_type"], [37, 2, 1, "", "groups"], [37, 2, 1, "", "intercept"], [37, 2, 1, "", "intercepts"], [37, 2, 1, "", "lmda"], [37, 2, 1, "", "lmda_max"], [37, 2, 1, "", "lmda_path"], [37, 2, 1, "", "lmda_path_size"], [37, 2, 1, "", "lmdas"], [37, 2, 1, "", "loss_full"], [37, 2, 1, "", "loss_null"], [37, 2, 1, "", "max_active_size"], [37, 2, 1, "", "max_iters"], [37, 2, 1, "", "max_screen_size"], [37, 2, 1, "", "min_ratio"], [37, 2, 1, "", "multi_intercept"], [37, 2, 1, "", "n_classes"], [37, 2, 1, "", "n_threads"], [37, 2, 1, "", "n_valid_solutions"], [37, 2, 1, "", "newton_max_iters"], [37, 2, 1, "", "newton_tol"], [37, 2, 1, "", "penalty"], [37, 2, 1, "", "pivot_slack_ratio"], [37, 2, 1, "", "pivot_subset_min"], [37, 2, 1, "", "pivot_subset_ratio"], [37, 2, 1, "", "resid"], [37, 2, 1, "", "resid_sum"], [37, 2, 1, "", "rsq"], [37, 2, 1, "", "screen_X_means"], [37, 2, 1, "", "screen_begins"], [37, 2, 1, "", "screen_beta"], [37, 2, 1, "", "screen_dual"], [37, 2, 1, "", "screen_dual_begins"], [37, 2, 1, "", "screen_hashset"], [37, 2, 1, "", "screen_is_active"], [37, 2, 1, "", "screen_rule"], [37, 2, 1, "", "screen_set"], [37, 2, 1, "", "screen_sizes"], [37, 2, 1, "", "screen_transforms"], [37, 2, 1, "", "screen_vars"], [37, 2, 1, "", "setup_lmda_max"], [37, 2, 1, "", "setup_lmda_path"], [37, 2, 1, "", "tol"], [37, 2, 1, "", "weights"], [37, 2, 1, "", "y_mean"], [37, 2, 1, "", "y_var"]], "adelie.adelie_core.state.StateMultiGlmNaive64": [[38, 2, 1, "", "X"], [38, 1, 1, "", "__init__"], [38, 2, 1, "", "abs_grad"], [38, 2, 1, "", "active_set"], [38, 2, 1, "", "active_set_size"], [38, 2, 1, "", "active_sizes"], [38, 2, 1, "", "adev_tol"], [38, 2, 1, "", "alpha"], [38, 2, 1, "", "benchmark_fit_active"], [38, 2, 1, "", "benchmark_fit_screen"], [38, 2, 1, "", "benchmark_invariance"], [38, 2, 1, "", "benchmark_kkt"], [38, 2, 1, "", "benchmark_screen"], [38, 2, 1, "", "beta0"], [38, 2, 1, "", "betas"], [38, 2, 1, "", "constraints"], [38, 2, 1, "", "ddev_tol"], [38, 2, 1, "", "devs"], [38, 2, 1, "", "early_exit"], [38, 2, 1, "", "eta"], [38, 2, 1, "", "grad"], [38, 2, 1, "", "group_sizes"], [38, 2, 1, "", "group_type"], [38, 2, 1, "", "groups"], [38, 2, 1, "", "intercept"], [38, 2, 1, "", "intercepts"], [38, 2, 1, "", "irls_max_iters"], [38, 2, 1, "", "irls_tol"], [38, 2, 1, "", "lmda"], [38, 2, 1, "", "lmda_max"], [38, 2, 1, "", "lmda_path"], [38, 2, 1, "", "lmda_path_size"], [38, 2, 1, "", "lmdas"], [38, 2, 1, "", "loss_full"], [38, 2, 1, "", "loss_null"], [38, 2, 1, "", "max_active_size"], [38, 2, 1, "", "max_iters"], [38, 2, 1, "", "max_screen_size"], [38, 2, 1, "", "min_ratio"], [38, 2, 1, "", "multi_intercept"], [38, 2, 1, "", "n_threads"], [38, 2, 1, "", "n_valid_solutions"], [38, 2, 1, "", "newton_max_iters"], [38, 2, 1, "", "newton_tol"], [38, 2, 1, "", "offsets"], [38, 2, 1, "", "penalty"], [38, 2, 1, "", "pivot_slack_ratio"], [38, 2, 1, "", "pivot_subset_min"], [38, 2, 1, "", "pivot_subset_ratio"], [38, 2, 1, "", "resid"], [38, 2, 1, "", "screen_begins"], [38, 2, 1, "", "screen_beta"], [38, 2, 1, "", "screen_dual"], [38, 2, 1, "", "screen_dual_begins"], [38, 2, 1, "", "screen_hashset"], [38, 2, 1, "", "screen_is_active"], [38, 2, 1, "", "screen_rule"], [38, 2, 1, "", "screen_set"], [38, 2, 1, "", "screen_sizes"], [38, 2, 1, "", "setup_lmda_max"], [38, 2, 1, "", "setup_lmda_path"], [38, 2, 1, "", "setup_loss_null"], [38, 2, 1, "", "tol"]], "adelie.bcd": [[39, 3, 1, "", "objective"], [40, 3, 1, "", "root"], [41, 3, 1, "", "root_function"], [42, 3, 1, "", "root_lower_bound"], [43, 3, 1, "", "root_upper_bound"], [44, 3, 1, "", "solve"]], "adelie.configs": [[45, 3, 1, "", "set_configs"]], "adelie.constraint": [[46, 3, 1, "", "lower"]], "adelie.cv": [[47, 0, 1, "", "CVGrpnetResult"], [48, 3, 1, "", "cv_grpnet"]], "adelie.cv.CVGrpnetResult": [[47, 1, 1, "", "__init__"], [47, 2, 1, "", "avg_losses"], [47, 2, 1, "", "best_idx"], [47, 1, 1, "", "fit"], [47, 2, 1, "", "lmdas"], [47, 2, 1, "", "losses"], [47, 1, 1, "", "plot_loss"]], "adelie.data": [[49, 3, 1, "", "dense"], [50, 3, 1, "", "snp_phased_ancestry"], [51, 3, 1, "", "snp_unphased"]], "adelie.diagnostic": [[52, 0, 1, "", "DiagnosticCov"], [53, 0, 1, "", "DiagnosticNaive"], [54, 3, 1, "", "coefficient"], [55, 3, 1, "", "diagnostic"], [56, 3, 1, "", "gradient_norms"], [57, 3, 1, "", "gradient_scores"], [58, 3, 1, "", "gradients"], [59, 3, 1, "", "objective"], [60, 3, 1, "", "plot_benchmark"], [61, 3, 1, "", "plot_coefficients"], [62, 3, 1, "", "plot_devs"], [63, 3, 1, "", "plot_kkt"], [64, 3, 1, "", "plot_set_sizes"], [65, 3, 1, "", "predict"], [66, 3, 1, "", "residuals"]], "adelie.diagnostic.DiagnosticCov": [[52, 1, 1, "", "__init__"], [52, 1, 1, "", "plot_benchmark"], [52, 1, 1, "", "plot_coefficients"], [52, 1, 1, "", "plot_devs"], [52, 1, 1, "", "plot_kkt"], [52, 1, 1, "", "plot_set_sizes"]], "adelie.diagnostic.DiagnosticNaive": [[53, 1, 1, "", "__init__"], [53, 1, 1, "", "plot_benchmark"], [53, 1, 1, "", "plot_coefficients"], [53, 1, 1, "", "plot_devs"], [53, 1, 1, "", "plot_kkt"], [53, 1, 1, "", "plot_set_sizes"]], "adelie.glm": [[67, 3, 1, "", "binomial"], [68, 3, 1, "", "cox"], [69, 3, 1, "", "gaussian"], [70, 3, 1, "", "multigaussian"], [71, 3, 1, "", "multinomial"], [72, 3, 1, "", "poisson"]], "adelie.io": [[73, 0, 1, "", "snp_phased_ancestry"], [74, 0, 1, "", "snp_unphased"]], "adelie.io.snp_phased_ancestry": [[73, 1, 1, "", "__init__"], [73, 2, 1, "", "ancestries"], [73, 2, 1, "", "cols"], [73, 2, 1, "", "endian"], [73, 2, 1, "", "is_read"], [73, 2, 1, "", "nnz0"], [73, 2, 1, "", "nnz1"], [73, 1, 1, "", "read"], [73, 2, 1, "", "rows"], [73, 2, 1, "", "snps"], [73, 1, 1, "", "to_dense"], [73, 1, 1, "", "write"]], "adelie.io.snp_unphased": [[74, 1, 1, "", "__init__"], [74, 2, 1, "", "cols"], [74, 2, 1, "", "endian"], [74, 2, 1, "", "impute"], [74, 2, 1, "", "is_read"], [74, 2, 1, "", "nnm"], [74, 2, 1, "", "nnz"], [74, 1, 1, "", "read"], [74, 2, 1, "", "rows"], [74, 2, 1, "", "snps"], [74, 1, 1, "", "to_dense"], [74, 1, 1, "", "write"]], "adelie.matrix": [[75, 3, 1, "", "block_diag"], [76, 3, 1, "", "concatenate"], [77, 3, 1, "", "dense"], [78, 3, 1, "", "eager_cov"], [79, 3, 1, "", "interaction"], [80, 3, 1, "", "kronecker_eye"], [81, 3, 1, "", "lazy_cov"], [82, 3, 1, "", "one_hot"], [83, 3, 1, "", "snp_phased_ancestry"], [84, 3, 1, "", "snp_unphased"], [85, 3, 1, "", "sparse"], [86, 3, 1, "", "standardize"], [87, 3, 1, "", "subset"]], "adelie.solver": [[88, 3, 1, "", "gaussian_cov"], [89, 3, 1, "", "grpnet"]], "adelie.state": [[90, 3, 1, "", "gaussian_cov"], [91, 3, 1, "", "gaussian_naive"], [92, 3, 1, "", "gaussian_pin_cov"], [93, 3, 1, "", "gaussian_pin_naive"], [94, 3, 1, "", "glm_naive"], [95, 3, 1, "", "multigaussian_naive"], [96, 3, 1, "", "multiglm_naive"]]}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "function", "Python function"]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:attribute", "3": "py:function"}, "terms": {"": [13, 14, 15, 16, 17, 32, 33, 36, 37, 38, 40, 43, 44, 48, 50, 57, 68, 73, 79, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "0": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 56, 57, 59, 65, 67, 68, 71, 73, 74, 75, 76, 79, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "00": [98, 99, 100, 103, 104, 105, 106], "000000": 98, "000056": 98, "0001": [90, 92], "000499": 98, "000769": 98, "001": 88, "001142": 98, "002017": 98, "002275": 98, "004016": 98, "005221": 98, "006299": 98, "006369": 98, "006523": 98, "007273": 98, "008358": 98, "008577": 98, "008942": 98, "01": [88, 89, 90, 91, 94, 95, 96, 98], "010386": 98, "010695": 98, "010716": 98, "013547": 98, "014092": 98, "014094": 98, "014268": 98, "014914": 98, "015746": 98, "016369": 98, "019094": 98, "019187": 98, "019257": 98, "019774": 98, "020224": 98, "020271": 98, "020465": 98, "021153": 98, "021508": 98, "021950": 98, "022246": 98, "023286": 98, "023781": 98, "024027": 98, "025641": 98, "025772": 98, "025948": 98, "026785": 98, "026810": 98, "032645": 98, "033779": 98, "034339": 98, "036105": 98, "036200": 98, "036612": 98, "038375": 98, "038484": 98, "03it": 98, "040138": 98, "041470": 98, "041673": 98, "041690": 98, "042171": 98, "044251": 98, "045067": 98, "045536": 98, "046088": 98, "046227": 98, "046984": 98, "048192": 98, "048560": 98, "049910": 98, "05": [50, 51, 98], "050462": 98, "051158": 98, "051168": 98, "051310": 98, "051329": 98, "051577": 98, "051611": 98, "051678": 98, "051801": 98, "052506": 98, "052525": 98, "055041": 98, "055517": 98, "056309": 98, "057576": 98, "057611": 98, "057924": 98, "058172": 98, "061246": 98, "063346": 98, "065036": 98, "067042": 98, "069162": 98, "06it": 103, "07": [46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "070898": 98, "081801": 98, "082026": 98, "082086": 98, "084751": 98, "085271": 98, "086128": 98, "088275": 98, "088412": 98, "091582": 98, "092208": 98, "098964": 98, "099380": 98, "0m": 1, "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 48, 49, 50, 51, 54, 56, 57, 58, 59, 63, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "10": [98, 100, 103, 105, 106], "100": [46, 47, 48, 88, 89, 90, 91, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "1000": [40, 44, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 104, 105, 106], "10000": [46, 89, 94, 96, 98], "100000": [88, 89, 90, 91, 92, 93, 94, 95, 96], "101": 98, "102": 98, "106": 98, "11": [98, 99, 100, 104, 105, 106], "111": 104, "113044": 98, "11363636363636363": 98, "117530": 98, "11it": 100, "12": [1, 40, 44, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 105, 106], "1219": 104, "13": [98, 105, 106], "131072": 1, "132": 104, "1339": 104, "136": 98, "13808": 103, "14": [43, 98, 105, 106], "142": 104, "1442": 104, "15": [98, 105, 106], "15222": 98, "1544": 104, "16": [98, 99, 105, 106], "160": 103, "1665": 98, "17": [98, 99, 105], "1718": 105, "175936": 98, "17it": [98, 99], "18": [98, 105], "182": 106, "187329": 98, "188": 98, "19": [98, 103, 105], "1_": 68, "1e": [1, 40, 43, 44, 46, 48, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 105], "1e4": [89, 94, 96], "1e5": [88, 89, 90, 91, 92, 93, 94, 95, 96], "2": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 50, 51, 69, 70, 71, 73, 74, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "20": [98, 99, 103, 105], "200": 99, "2000": [98, 106], "20it": 105, "20x": 104, "21": [98, 103, 105], "22": [98, 103, 105], "23": [98, 103, 105], "24": [1, 98, 103], "25": [50, 51, 88, 89, 90, 91, 94, 95, 96, 98, 103], "259": 100, "26": [98, 103], "264": 98, "26it": 106, "27": [98, 103, 104], "2748": 98, "28": 98, "29": 98, "3": [88, 98, 99, 100, 103, 104, 105, 106], "30": [98, 103], "3000": [98, 106], "3082": 105, "31": 98, "314": [98, 106], "32": [98, 100, 103, 104], "32311": 98, "32m": 1, "33": 98, "34": [98, 100], "344": 104, "35": [98, 104], "36": 98, "363": 106, "37": 98, "374": 98, "375": 98, "376": 98, "377": 98, "378": 98, "379": 98, "38": 105, "397": 98, "39it": 98, "4": [90, 92, 98, 100, 104, 105, 106], "40": 104, "4000": 105, "40it": 98, "415": 98, "41it": 105, "421": 98, "427": 105, "43": 97, "4388": 99, "44": [98, 100], "442": 98, "443": 98, "45": 98, "46": [104, 105], "4657": 98, "47": 104, "4702": 98, "48": 98, "4873": 99, "49it": 98, "5": [48, 98, 100, 103, 104, 105, 106], "50it": 98, "51": 98, "51187440": 98, "51189403": 98, "51197602": 98, "51209343": 98, "51218133": 98, "516444": 98, "51it": 104, "52": [103, 105], "524040": 98, "52it": 98, "531050": 98, "535": 103, "536242": 98, "54046": 98, "54047": 98, "54048": 98, "54049": 98, "54050": 98, "54051": 98, "55": 98, "5582": 105, "55it": [98, 105], "56it": 104, "57": 105, "59it": [99, 105], "6": [98, 100, 104, 105, 106], "6000": 106, "60it": [98, 105], "61": [98, 105], "612085": 98, "62": [98, 106], "63": 105, "6335": 100, "636": 104, "64": 98, "65": 98, "66257": 98, "6806": 105, "68it": 104, "697673": 98, "69it": 106, "7": [46, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 104, 105, 106], "70": 106, "7097": 100, "71": 98, "71it": 98, "72": [98, 104], "72it": 103, "7341": 105, "74": 98, "750923": 98, "750938": 98, "751001": 98, "751090": 98, "751156": 98, "765": 98, "76it": 105, "77": 98, "78": 98, "79it": 98, "8": [98, 100, 104, 105, 106], "81it": 104, "82it": 98, "87it": 100, "88it": 105, "9": [51, 74, 89, 91, 93, 94, 95, 96, 98, 99, 100, 104, 105, 106], "90": [98, 100, 103, 104, 105, 106], "91": 98, "92": 104, "927": 104, "93": 98, "93it": 98, "94": 98, "943": 105, "95": [49, 50, 51], "952": 105, "95it": 98, "96it": 98, "98": 99, "99": 104, "A": [2, 3, 4, 9, 13, 14, 15, 16, 17, 32, 34, 43, 49, 50, 51, 52, 53, 55, 73, 74, 78, 79, 81, 82, 88, 90, 92, 98, 100, 102, 103, 105, 106], "As": [98, 99, 100, 102, 103, 104, 105, 106], "By": [98, 100, 105], "For": [47, 82, 87, 89, 98, 99, 100, 101, 102, 103, 104, 105, 106], "If": [2, 3, 32, 33, 36, 37, 38, 44, 45, 46, 48, 49, 54, 56, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 101, 103, 105], "In": [22, 25, 48, 58, 78, 98, 100, 102, 103, 104, 105, 106], "It": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 42, 43, 44, 48, 49, 50, 51, 56, 57, 58, 59, 64, 65, 66, 67, 68, 73, 74, 77, 81, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 103, 104, 106], "One": [103, 104], "That": [87, 98, 102], "The": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 54, 56, 57, 58, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "Then": [73, 79, 82, 87, 98, 99, 106], "There": 104, "These": [97, 98], "To": [48, 97, 98, 100, 101, 105, 106], "_": [33, 35, 37, 39, 41, 88, 89, 91, 92, 93, 95, 98, 102], "_0": [72, 98], "_1": 98, "_2": [2, 3, 39, 40, 42, 43, 44, 56, 86, 88, 89, 102], "__init__": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 52, 53, 73, 74, 100, 103], "_g": [56, 57], "_i": [68, 98], "_j": [82, 86, 98], "_pair": 98, "_w": [33, 37, 95], "_x": [2, 3], "_z": [2, 3], "a1": 98, "a2": 98, "a_": [32, 34, 79], "a_1": 75, "a_2": 75, "a_i": [4, 9, 68], "a_l": 75, "a_wrap": 103, "ab": [44, 98], "abil": 100, "abl": [98, 105], "about": [98, 100, 104], "abov": [47, 54, 63, 79, 87, 88, 89, 90, 91, 94, 95, 96, 98, 100, 102, 103], "abs_grad": [32, 33, 36, 37, 38], "absolut": [43, 60, 63], "abstract": [103, 106], "acceler": 104, "access": [98, 102, 104, 106], "accompani": 98, "accordingli": [88, 89], "achiev": 98, "across": [25, 32, 33, 36, 37, 38, 56, 59, 73, 74, 89, 100, 105], "activ": [32, 33, 34, 35, 36, 37, 38, 60, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 101, 106], "active_begin": [34, 35], "active_ord": [34, 35], "active_s": [32, 33, 36, 37, 38, 64], "active_set": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "active_set_s": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "actual": 104, "ad": [32, 33, 36, 37, 38, 87, 88, 89, 90, 91, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "adapt": [40, 44], "add": [88, 89, 90, 91, 94, 95, 96], "add_penalti": 59, "addit": [89, 103], "adeli": [98, 99, 100, 101, 102, 103, 104, 105, 106], "adelie_cor": [45, 46, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "adev_tol": [32, 33, 34, 35, 36, 37, 38, 89, 91, 93, 94, 95, 96, 105], "admit": [102, 103], "advic": 104, "advis": [69, 70, 104], "after": [2, 3, 88, 89], "afterward": 98, "ag": 98, "again": 99, "against": [98, 104], "aim": 98, "algebra": 104, "algorithm": [35, 88, 89, 97, 99, 100, 102, 103, 104], "align": [2, 3, 4, 9, 39, 41, 54, 56, 57, 58, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 79, 82, 86, 88, 89, 98, 102, 105], "all": [22, 25, 32, 33, 36, 37, 38, 47, 87, 88, 89, 90, 91, 94, 95, 96, 100, 101, 103, 104, 105, 106], "allclos": [100, 103, 105], "allel": 106, "alloc": [98, 104], "allow": [32, 33, 34, 35, 36, 37, 38, 56, 59, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 104], "along": [9, 10, 11, 32, 33, 34, 35, 37, 76, 87, 98], "alpha": [32, 33, 34, 35, 36, 37, 38, 56, 57, 59, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102], "alreadi": [2, 3, 88, 89, 98, 100], "also": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96, 98, 100, 101, 102, 103, 104, 105, 106], "although": [4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 98, 100, 105, 106], "alwai": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 59, 74, 98, 99, 106], "amongst": 98, "amount": 104, "an": [32, 33, 34, 35, 36, 37, 38, 43, 46, 47, 48, 63, 67, 68, 69, 70, 71, 72, 73, 78, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105], "analysi": [98, 103], "analyz": 98, "ancestri": [28, 50, 73, 83, 107], "ani": [2, 3, 4, 9, 40, 44, 73, 74, 79, 88, 98, 103, 105], "anim": 63, "anoth": [103, 105], "answer": 104, "anyth": 105, "api": [97, 105], "appar": 103, "appli": [98, 105], "applic": [98, 103, 104, 106], "appropri": [55, 98, 102], "approxim": [100, 102], "ar": [2, 4, 9, 22, 25, 32, 33, 34, 36, 37, 38, 40, 44, 49, 50, 51, 60, 63, 64, 67, 68, 69, 70, 71, 72, 74, 78, 79, 81, 86, 88, 89, 90, 91, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "arang": [56, 59, 88, 89, 98, 103, 105, 106], "arbitrari": [90, 91, 92, 93, 94, 95, 96], "arg": [1, 32, 33, 34, 35, 36, 37, 38], "arg0": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38], "arg1": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "arg2": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "arg3": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "arg4": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "argmax": 98, "argmin": 47, "argument": [2, 3, 80, 88, 89, 99, 100, 105], "arm64": 101, "around": [83, 84], "arrai": [87, 98, 105], "ascend": [34, 35], "asfortranarrai": [98, 99], "ask": [98, 107], "aspect": 105, "assert": [99, 100, 103, 105], "assign": 45, "associ": [13, 14, 15, 16, 17, 48, 61, 98, 100, 103, 105], "assort": 97, "assum": [2, 3, 43, 48, 63, 65, 67, 71, 72, 74, 79, 82, 98, 101, 104, 105, 106], "assumpt": 98, "astyp": 98, "atol": 105, "attempt": [2, 3, 32, 33, 36, 37, 38, 90, 91, 94, 95, 96], "attribut": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 73, 74], "auto": 99, "averag": [47, 68, 95, 98, 104], "avg_loss": 47, "avoid": [48, 98, 100, 105], "awar": [48, 105], "ax": [60, 61, 62, 63, 64], "axi": [76, 87, 98, 105, 106], "b": [3, 32, 33, 34, 35, 36, 37, 38, 46, 60, 79, 90, 91, 92, 93, 94, 95, 96, 102], "b_": 79, "back": [2, 3], "backend": [100, 103], "background": 97, "bandwidth": 104, "bar": [47, 88, 89, 105], "barber": 98, "barrier": 105, "base": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 18, 32, 33, 36, 37, 38, 48, 65, 79, 82, 88, 89, 90, 91, 94, 95, 96, 98, 100, 102, 103, 105, 106], "basi": 73, "basic": 105, "batch": 98, "bcd": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96], "becaus": [48, 104], "becom": [4, 5, 6, 7, 8, 9, 10, 11, 12, 103], "bed": 98, "bednam": 98, "been": [97, 98, 100], "befor": [2, 4, 9, 44, 88, 89, 98, 100, 105, 106], "begin": [2, 3, 4, 9, 39, 41, 54, 56, 57, 58, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 79, 82, 86, 88, 89, 98, 102, 105], "behavior": [42, 43, 73, 74, 100, 103, 104], "being": 105, "believ": 98, "below": [32, 33, 36, 37, 38, 47, 54, 63, 88, 89, 90, 91, 94, 95, 96, 98, 99, 100, 103, 104, 105], "benchmark": [34, 35, 52, 53, 60, 73, 74, 103, 105], "benchmark_act": [34, 35], "benchmark_fit_act": [32, 33, 36, 37, 38, 60], "benchmark_fit_screen": [32, 33, 36, 37, 38, 60], "benchmark_invari": [32, 33, 36, 37, 38, 60], "benchmark_kkt": [32, 33, 36, 37, 38, 60], "benchmark_screen": [32, 33, 34, 35, 36, 37, 38, 60], "benefit": [100, 104], "best": [47, 98, 100, 103], "best_idx": [47, 98], "beta": [32, 33, 34, 35, 36, 37, 38, 39, 44, 49, 50, 51, 54, 56, 59, 61, 65, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103, 105, 106], "beta0": [36, 38, 94], "beta_": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95, 105], "beta_0": [36, 38, 59, 65, 89, 94, 96, 102], "beta_g": [56, 88, 89, 102], "between": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 98, 100, 103], "bewar": [100, 103], "beyond": 104, "big": [73, 74, 88, 89], "billion": 103, "bim": 98, "bimnam": 98, "bind": [100, 103], "binomi": [5, 6, 49, 50, 51, 100, 105], "biobank": 98, "bisect": [40, 44], "bit": [100, 103], "bleed": 101, "block": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 56, 73, 75, 90, 91, 92, 93, 94, 95, 96, 98, 99, 103, 106], "bmatrix": [73, 75, 76, 79, 98], "bmul": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103, 104], "bool": [9, 32, 33, 34, 35, 36, 37, 38, 44, 48, 49, 59, 60, 61, 63, 64, 69, 70, 77, 79, 80, 81, 82, 85, 88, 89, 90, 91, 93, 94, 95, 96, 98], "boolean": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "both": [58, 64, 98], "bottleneck": 104, "bound": [42, 43, 46], "bowl": 48, "brain": 98, "bread": 99, "break": 68, "breakdown": 60, "brent": [40, 44], "breslow": 68, "breviti": 105, "brew": 101, "brief": 102, "briefli": 98, "bring": [2, 3], "btmul": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 98, 103, 106], "buffer": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103, 104], "build": 101, "built": [88, 89, 101], "burdensom": [98, 100], "butter": 99, "byte": [73, 74], "c": [33, 35, 37, 86, 92, 95, 98, 100, 103, 105], "c_contigu": [9, 10, 11, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "c_j": 86, "cach": 98, "cache_dir": 98, "calcul": 59, "call": [32, 33, 36, 37, 38, 47, 52, 73, 81, 88, 89, 98, 100, 102, 103, 104, 105, 106], "callabl": [88, 89], "calldata": [50, 51, 73, 74, 98, 106], "can": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 104, 105, 106], "cand\u00e8": 98, "cannot": [48, 103, 104], "canon": 103, "cap": 98, "captur": 98, "care": 98, "carefulli": [97, 98], "carri": [99, 100, 103], "case": [4, 5, 6, 7, 8, 9, 10, 11, 12, 46, 48, 49, 50, 51, 56, 57, 58, 59, 65, 67, 68, 69, 70, 71, 72, 79, 82, 88, 89, 98, 102, 104, 105], "categori": [60, 79, 82, 98, 106], "causal": 98, "caution": [88, 89, 100, 103], "cdf": 67, "cdot": [2, 3, 9, 10, 11, 32, 34, 57, 70, 73, 75, 76, 79, 86, 89, 102], "censor": 68, "center": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 86, 91, 92, 93, 95, 98, 102], "certain": [2, 98, 104], "chang": [32, 33, 34, 35, 37, 88, 89, 90, 91, 92, 93, 95, 100, 102, 103, 105], "check": [56, 60, 88, 89, 93, 101], "check_stat": [88, 89], "choic": [98, 105], "choldate_warn": 98, "choos": 98, "chosen": 98, "chr": 98, "chromosom": 106, "clang": 101, "class": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 48, 49, 50, 51, 52, 53, 55, 56, 59, 66, 73, 74, 80, 83, 84, 87, 89, 94, 95, 96, 97, 98, 104, 105, 106, 107], "clean": 106, "clearli": 104, "clone": 101, "close": [90, 91, 92, 93, 94, 95, 96, 105], "cluster": 104, "cmul": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "code": [98, 100, 103, 105, 106], "coeffici": [32, 33, 34, 35, 36, 37, 38, 48, 49, 50, 51, 52, 53, 56, 59, 61, 65, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 105, 106], "col": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 73, 74, 103], "column": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 49, 50, 51, 73, 74, 76, 79, 82, 86, 87, 89, 91, 92, 93, 95, 98, 102, 103, 105, 106], "com": 101, "combin": [40, 44, 73, 79, 82, 98], "come": [98, 106], "common": [47, 48, 98, 100, 103, 106, 107], "commonli": 100, "compar": [35, 100, 103, 105], "competit": 105, "compil": 101, "complet": [104, 105], "complic": 98, "compon": [2, 3, 39, 41, 48, 98], "comprehens": 97, "comput": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 39, 41, 42, 43, 48, 54, 56, 57, 58, 59, 65, 66, 68, 71, 74, 78, 81, 86, 90, 91, 94, 95, 96, 98, 100, 102, 103, 104, 105], "computation": [98, 100], "compute_smatrix": 98, "concaten": [19, 26, 79, 82, 98, 106], "concern": 104, "conclud": 98, "conda": 101, "condit": [42, 43, 56, 98], "condition": 98, "config": [4, 5, 6, 7, 8, 9, 10, 11, 12, 101, 105], "configur": [45, 88, 89, 107], "consid": [43, 79, 88, 89, 90, 91, 94, 95, 96, 98, 106], "consider": 104, "consist": [88, 89, 104], "constrain": 2, "constraint": [32, 33, 34, 35, 36, 37, 38, 56, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102], "constraintbase64": 3, "constraintlowerupper64": 46, "construct": [48, 78, 79, 81, 82, 98, 100, 103], "constructor": [100, 103], "consum": 56, "cont_cont": 98, "cont_cont_indic": 98, "cont_cont_pair": 98, "contain": [32, 33, 36, 37, 38, 48, 49, 50, 51, 73, 74, 79, 82, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 103, 104], "content": [73, 74, 105], "context": 103, "contigu": [73, 100, 105], "continu": [25, 79, 82, 88, 89, 98], "control": [98, 104, 105], "conveni": 103, "convent": [35, 98], "converg": [2, 3, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97], "convers": 98, "convert": [13, 14, 15, 16, 17, 85, 106], "convex": [4, 9], "coordin": [2, 3, 32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99, 102], "copi": [77, 79, 80, 81, 82, 85], "core": [3, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 60], "correct": [32, 33, 36, 37, 38, 56, 68], "correctli": 98, "correl": [49, 98, 103], "correspond": [22, 25, 32, 33, 34, 35, 36, 37, 38, 61, 73, 83, 84, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 105, 106], "cost": [100, 103, 104], "could": 98, "count": 74, "counter": 100, "cov": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 77, 78, 85, 98, 103], "covari": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 52, 75, 77, 78, 81, 85, 88, 90, 92, 98, 102, 107], "covars_dens": 98, "cover": [98, 104, 105], "cox": [7, 49, 50, 51, 98, 100], "cpp": [100, 103], "cpu": 104, "creat": [46, 49, 50, 51, 55, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 96, 98, 101, 104, 105, 106], "critic": 100, "cross": 48, "crucial": 103, "csc": 85, "csc_matrix": 85, "csr_matrix": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 54, 56, 59, 61, 65, 85], "csv": 98, "ctmul": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "curr": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95, 105], "current": [2, 3, 22, 25, 32, 33, 36, 37, 38, 52, 88, 89, 90, 91, 94, 95, 96, 98, 103, 105], "curv": 48, "custom": [105, 107], "customari": 98, "cutoff": [88, 89, 90, 91, 94, 95, 96], "cv": 98, "cv_grpnet": 98, "cv_re": 98, "cvgrpnetresult": 48, "d": [2, 3, 46, 79, 82, 90, 91, 92, 93, 94, 95, 96, 98], "d_a": 79, "d_b": 79, "d_cont": 98, "d_disc": 98, "d_k": [32, 33, 34, 35, 37], "dat": 106, "data": [46, 67, 68, 69, 70, 71, 72, 73, 78, 81, 83, 84, 89, 97, 98, 100, 102, 103, 104, 105], "data_dependent_threshhold": 98, "data_dir": 98, "dataset": [49, 50, 51, 99, 103, 105, 106, 107], "dbeta_tol": 1, "dbeta_tol_def": 1, "ddev_tol": [32, 33, 34, 35, 36, 37, 38, 48, 89, 91, 93, 94, 95, 96], "ddof": [86, 98], "ddot": 75, "debug": 44, "decreas": [48, 88, 89, 90, 91, 92, 93, 94, 95, 96], "dedic": 106, "deduc": 87, "def": [100, 103], "default": [4, 5, 6, 7, 8, 9, 10, 11, 12, 40, 43, 44, 45, 46, 47, 48, 49, 50, 51, 56, 57, 58, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 101, 104, 105], "defin": [2, 3, 4, 9, 10, 11, 22, 25, 32, 33, 34, 35, 36, 37, 38, 48, 58, 59, 65, 66, 68, 79, 82, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103, 105], "definit": [32, 34, 35, 88, 90, 98], "degre": 86, "deliber": 35, "delta": [68, 73], "delta_i": 68, "demonstr": [98, 100, 103, 105, 106], "denot": [73, 79, 82], "dens": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 73, 74, 78, 79, 80, 81, 82, 103, 104, 105, 106], "depend": [73, 74, 98, 104], "depth": [97, 98], "descent": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99, 102], "describ": [73, 88, 89, 98, 106], "descript": 97, "desir": 105, "detail": [59, 97, 98, 104], "detect": [65, 100, 105], "determin": [32, 33, 36, 37, 38, 68, 88, 89, 90, 91, 94, 95, 96, 98, 99], "dev": [32, 33, 36, 37, 38, 62, 98, 99, 100, 103, 104, 105, 106], "develop": [69, 70, 105, 107], "devianc": [32, 33, 34, 35, 36, 37, 38, 48, 52, 53, 62, 88, 89, 90, 91, 92, 93, 94, 95, 96, 105], "deviat": [47, 86, 98], "df": [86, 98], "df_bim": 98, "df_bim_chr": 98, "df_fam": 98, "dg": [55, 98, 105, 106], "diag": [71, 86, 98], "diagnost": [48, 103, 105, 106], "diagnosticcov": 55, "diagnosticna": 55, "diagon": [4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 39, 41, 71, 75, 98, 100], "dict": [40, 44, 49, 50, 51, 73, 74, 79], "dictionari": [49, 50, 51, 73, 74, 79], "differ": [32, 33, 34, 35, 36, 37, 38, 59, 73, 74, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "difficult": 99, "dimens": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 78, 80, 81], "dimension": [65, 89, 98], "dip": 98, "direct": 98, "directli": [99, 101], "directori": [98, 100, 103], "disabl": 48, "discoveri": 98, "discret": [25, 79, 82, 98], "discuss": [99, 100, 103, 105], "dispatch": 103, "displai": 105, "distribut": [49, 98], "diverg": 100, "do": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 56, 98, 99, 100, 101, 104, 105], "doe": [4, 5, 6, 7, 8, 9, 10, 11, 12, 48, 88, 89, 98, 100, 105], "domin": [4, 5, 6, 7, 8, 9, 10, 11, 12, 104], "done": [35, 87, 98, 100, 103, 104], "dot": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "down": [48, 88, 89, 98], "draw": 98, "drawn": 63, "dry": 99, "dtype": [46, 67, 68, 69, 70, 71, 72, 83, 84, 98, 105], "dual": [2, 3, 32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "dual_siz": [2, 3, 32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "due": [48, 98, 100], "dure": [88, 89, 100], "dynam": 81, "e": [33, 35, 37, 67, 68, 71, 72, 89, 91, 93, 95, 98, 99, 100, 101, 102, 103, 104, 106], "e_": 73, "e_j": 73, "each": [9, 10, 11, 22, 25, 32, 33, 34, 35, 36, 37, 38, 47, 48, 49, 50, 51, 56, 57, 59, 60, 61, 64, 71, 73, 74, 79, 82, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 105, 106], "eager": 78, "eagerli": 78, "earli": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 98, 105], "early_exit": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 99], "easi": 98, "easiest": 99, "easili": 98, "edg": 101, "edit": 101, "effect": [59, 98], "effici": [35, 73, 74, 87, 98, 100, 103, 106], "efron": 68, "eigenvalu": [32, 34], "eigenvector": [32, 34], "either": [74, 100, 101, 103], "elaps": [44, 105], "elast": [32, 33, 34, 35, 36, 37, 38, 44, 47, 48, 52, 53, 55, 56, 57, 59, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 103, 107], "element": [22, 25, 32, 33, 34, 35, 36, 37, 38, 61, 90, 91, 94, 95, 96, 105], "ell": [4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 36, 37, 38, 59, 66, 67, 68, 69, 70, 71, 72, 79, 82, 89, 90, 94, 96, 102, 105], "ell_1": [39, 41], "ell_2": [32, 33, 36, 37, 38, 39, 49, 50, 51, 61, 90, 91, 93, 94, 95, 96], "els": 100, "emmanuel": 98, "empir": 98, "emploi": 102, "empti": [98, 100, 103], "enabl": [88, 89], "encod": [25, 74, 79, 82, 98], "end": [2, 3, 4, 9, 39, 41, 54, 56, 57, 58, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 79, 82, 86, 88, 89, 98, 99, 102, 105], "endian": [73, 74], "endpoint": 99, "enforc": [48, 98, 100], "enjoi": 98, "enough": [78, 98, 104], "enter": 98, "entir": [48, 78, 81, 98], "entri": [49, 50, 51, 73, 74, 98, 103, 106], "enumer": [98, 106], "env": 101, "environ": 101, "ep": [4, 5, 6, 7, 8, 9, 10, 11, 12], "equal": [43, 49, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96], "equal_group": 49, "equi": [49, 98], "equicorrel": 49, "equiv": 102, "equival": [34, 74, 99, 100, 102, 103, 105], "error": [47, 63, 99], "estim": 98, "eta": [4, 5, 6, 7, 8, 9, 10, 11, 12, 33, 36, 37, 38, 59, 65, 66, 67, 68, 69, 70, 71, 72, 89, 91, 92, 94, 95, 96, 100, 102, 105], "eta_": [9, 10, 11, 70, 71, 95], "eta_i": [4, 48, 67, 68, 69, 72, 102], "eta_k": 68, "eur_subset": 98, "eur_subset_chr": 98, "eur_subset_chr17": 98, "evalu": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 39, 41, 88, 89], "even": [4, 5, 6, 7, 8, 9, 10, 11, 12, 74, 104], "evenli": [99, 105], "event": 68, "everi": [2, 4, 9, 32, 33, 34, 35, 36, 37, 38, 48, 56, 59, 63, 71, 73, 74, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 105, 106], "exact": [100, 106], "exactli": [99, 100, 103], "exampl": [87, 100, 102, 103, 105, 106, 107], "exand": [98, 106], "exce": [90, 91, 92, 93, 94, 95, 96], "except": [100, 105], "exchang": 98, "exclud": 64, "exist": [40, 44, 100, 103], "exit": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 105], "exit_cond": [88, 89], "exp": 105, "expand": [98, 106], "expect": [98, 100], "expens": 103, "experi": [98, 100, 104], "explain": [32, 33, 34, 35, 36, 37, 38, 48, 88, 89, 90, 91, 92, 93, 94, 95, 96, 101, 105], "explicitli": [48, 106], "exploit": [97, 103, 106], "export": [100, 101, 103], "expos": [83, 84, 100, 103, 105], "express": [100, 103], "extend": [97, 100, 103], "extra": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 98, 104], "extract": [88, 89], "extrapol": 48, "f": [98, 100, 105, 106], "f_contigu": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "fact": [98, 102, 106], "factor": [32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 56, 57, 59, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 102, 106], "failur": [52, 53, 63], "fals": [4, 5, 6, 7, 8, 12, 48, 49, 59, 60, 61, 63, 64, 73, 74, 77, 79, 80, 81, 82, 85, 88, 89, 91, 92, 93, 95, 96, 98, 99, 100, 101], "fam": 98, "famili": [4, 5, 6, 7, 8, 9, 10, 11, 12, 67, 68, 69, 70, 71, 72, 100, 102], "familiar": [102, 105], "famnam": 98, "far": 98, "fashion": [104, 105], "fast": [97, 98], "faster": [78, 104], "fastest": 104, "father": 98, "favor": 98, "fdp": 98, "fdr": 98, "feasibl": [2, 3], "featur": [25, 33, 35, 36, 37, 38, 48, 49, 50, 51, 58, 59, 65, 79, 82, 89, 91, 93, 94, 95, 96, 99, 100, 102, 103, 104, 105, 107], "few": [98, 100, 103], "fictiti": 98, "fid": 98, "fig": [60, 61, 62, 63, 64], "figur": 63, "file": [73, 74, 106], "filenam": [73, 74, 98, 106], "filter": 98, "final": [79, 98, 99, 106], "find": [44, 54, 98, 99], "fine": [99, 105], "finish": 105, "finit": 44, "first": [2, 3, 98, 99, 100, 103, 105, 106], "first_intr_index": 98, "fista": [40, 44], "fista_adar": [40, 44], "fit": [32, 33, 34, 35, 36, 37, 38, 47, 48, 60, 88, 89, 91, 93, 94, 95, 96, 97, 99, 102, 103, 105, 106], "fix": [71, 89, 98, 102, 106], "flag": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 60, 69, 70, 100], "flat": 48, "flatten": [89, 95, 96, 98, 102], "flexibl": [97, 103, 104], "float": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 54, 56, 57, 59, 60, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 103], "float32": [46, 67, 68, 69, 70, 71, 72, 83, 84], "float64": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 46, 67, 68, 69, 70, 71, 72, 83, 84, 105], "fly": [81, 104], "focu": 106, "fold": [47, 48, 98], "folder": 98, "follow": [40, 44, 48, 49, 50, 51, 64, 67, 68, 73, 74, 77, 79, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 101, 102, 104, 105, 106], "forg": 101, "form": [25, 102], "formal": 98, "format": [13, 14, 15, 16, 17, 73, 74], "formula": [54, 98], "found": [100, 103], "frac": [2, 3, 9, 33, 37, 39, 41, 54, 68, 69, 70, 71, 86, 88, 89, 98, 102, 105], "framework": 98, "freedom": 86, "frequent": 107, "frobeniu": 98, "from": [2, 4, 9, 32, 33, 34, 35, 36, 37, 38, 46, 49, 50, 51, 52, 53, 55, 64, 67, 68, 69, 70, 71, 72, 73, 74, 78, 79, 81, 82, 87, 88, 89, 94, 96, 98, 99, 100, 101, 103, 104, 105, 106], "fruit": 103, "full": [4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 59, 67, 68, 69, 70, 71, 72, 88, 89, 90, 91, 94, 95, 96, 98, 100, 103], "fulli": [4, 5, 6, 7, 8, 9, 10, 11, 12, 98, 106], "func": 41, "function": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 48, 63, 67, 68, 69, 70, 71, 72, 81, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 106], "further": [48, 87, 98, 100, 103], "furthermor": 98, "g": [22, 25, 32, 33, 34, 35, 36, 37, 38, 49, 50, 56, 57, 59, 61, 63, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104], "gain": 103, "gamma": [56, 58], "gaussian": [8, 32, 33, 34, 35, 49, 50, 51, 52, 87, 88, 89, 90, 91, 92, 93, 98, 99, 100, 102, 103, 104, 106, 107], "gaussian_cov": [52, 78, 81, 103, 105], "gcc": 101, "gener": [4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 36, 37, 38, 48, 49, 50, 51, 69, 70, 73, 74, 79, 82, 88, 89, 90, 91, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 107], "genet": 98, "geno_out": 98, "geno_out_chr": 98, "genom": [98, 103, 106], "genotyp": 98, "geq": [4, 9, 39, 41, 42, 46, 88, 89, 98, 102], "get": [98, 100, 103], "git": 101, "github": [98, 101], "give": [48, 98, 102], "given": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 54, 56, 57, 58, 65, 66, 75, 76, 78, 79, 81, 82, 86, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103], "glm": [36, 38, 48, 49, 50, 51, 59, 65, 66, 87, 89, 94, 96, 97, 98, 99, 102, 103, 104, 106, 107], "glmbase32": [48, 59, 66, 89, 94, 100], "glmbase64": [5, 6, 7, 8, 12, 48, 59, 65, 66, 89, 94, 100], "glmbinomiallogit64": 67, "glmbinomialprobit64": 67, "glmcox64": 68, "glmgaussian64": 69, "glmmultibase32": [48, 59, 66, 89, 96, 100], "glmmultibase64": [4, 5, 6, 7, 8, 10, 11, 12, 48, 59, 65, 66, 89, 96, 100], "glmmultigaussian64": 70, "glmmultinomial64": 71, "glmpoisson64": 72, "global": [45, 89, 107], "goal": 98, "gold": 98, "good": 99, "grab": [32, 33, 34, 35, 36, 37, 38], "grad": [4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 36, 37, 38, 56, 58, 90, 91, 94, 95, 96, 100], "grad_norm": 57, "gradient": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 36, 37, 38, 56, 57, 63, 90, 91, 92, 94, 95, 96, 97, 100, 104], "gradient_norm": 57, "greater": 104, "greatli": [4, 5, 6, 7, 8, 9, 10, 11, 12], "grid": [99, 105], "group": [2, 4, 9, 22, 25, 32, 33, 34, 35, 36, 37, 38, 44, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 59, 61, 64, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 103, 106, 107], "group_siz": [22, 25, 32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 56, 59, 61, 88, 89, 90, 91, 92, 93, 94, 95, 96], "group_typ": [37, 38], "grpnet": [47, 48, 59, 69, 70, 87, 91, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "grpnet_param": [47, 48], "guarante": [42, 43, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104], "guid": 97, "gwa": 107, "h": [41, 43, 56, 57, 68, 73, 98], "h0": 98, "h1": 98, "h_": 42, "h_0": 73, "h_1": 73, "h_k": 73, "ha": [48, 51, 73, 74, 98, 101, 103, 104, 105, 106], "had": 87, "half": 98, "handl": 98, "handler": [73, 74, 83, 84, 98, 106], "haplotyp": [73, 98, 106], "hardwar": 104, "hashmap": [32, 33, 36, 37, 38], "hasti": 98, "hat": [54, 56, 57, 58, 65, 66, 86, 98], "have": [32, 33, 34, 36, 37, 38, 40, 44, 46, 67, 68, 69, 70, 71, 72, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 106], "header": 98, "heavili": 97, "height": 98, "helper": [98, 106], "henc": [98, 100, 103, 105], "her": 103, "here": [4, 9, 68, 73, 79, 82, 98], "hess": [4, 5, 6, 7, 8, 9, 10, 11, 12, 100], "hessian": [4, 5, 6, 7, 8, 9, 10, 11, 12, 71, 97, 100], "hessian_min": [1, 4, 5, 6, 7, 8, 9, 10, 11, 12], "hessian_min_def": 1, "heurist": 105, "hg00096": 98, "hg00097": 98, "hg00099": 98, "hg00100": 98, "hg00101": 98, "hierarch": 98, "hierarchi": 98, "high": [98, 104], "highli": [98, 103], "hold": [54, 100], "hope": 98, "hot": [25, 79, 82, 98], "how": [97, 98, 100, 103, 104, 105, 107], "howev": [4, 5, 6, 7, 8, 9, 10, 11, 12, 43, 49, 50, 51, 73, 74, 88, 89, 98, 100, 103, 104, 105], "i": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "i_": [79, 82], "i_k": [58, 65, 80, 89, 95, 96, 102], "i_n": 98, "idea": 99, "ident": [23, 24, 80], "idx": 63, "ignor": [4, 5, 6, 7, 8, 9, 10, 11, 12, 48], "ii": [40, 41, 43, 44], "iid": 98, "ik": [9, 70, 71], "iloc": 98, "implement": [4, 5, 6, 7, 8, 9, 10, 11, 12, 98, 100, 103, 104], "implicit": 34, "import": [99, 100, 101, 103, 104, 105, 106, 107], "impos": 98, "improv": [100, 104, 105], "imput": 74, "impute_method": 74, "includ": [97, 98, 102], "inconsist": [88, 89], "incorpor": 100, "increas": [13, 14, 15, 16, 17, 48, 104], "increment": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 100], "incur": 104, "inde": 99, "independ": [49, 98], "index": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 56, 59, 61, 63, 64, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 103, 105], "index_col": 98, "indic": [13, 14, 15, 16, 17, 22, 25, 32, 33, 34, 35, 36, 37, 38, 40, 44, 56, 59, 60, 61, 64, 73, 74, 79, 82, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 103, 105], "individu": [51, 73, 98, 102, 105, 106], "induc": 98, "infeas": 105, "infer": [46, 67, 68, 69, 70, 71, 72], "inform": [44, 73, 98, 100, 106], "inherit": [2, 4, 9, 100, 103], "initi": [32, 33, 34, 35, 37, 40, 44, 79, 82, 88, 89, 99, 100], "inner": [17, 30, 97, 103, 104], "input": [39, 85, 88, 89, 97, 98, 102], "insid": 98, "inspect": [45, 98, 105, 106], "instabl": [100, 103], "instal": [97, 107], "instanti": [98, 106], "instead": [77, 79, 80, 81, 82, 85, 87, 98, 101, 104], "instruct": 101, "int": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 50, 51, 58, 59, 63, 65, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 106], "int32": [17, 30, 98], "int64": [13, 14, 15, 16, 17, 20, 22, 25, 27, 32, 33, 34, 35, 36, 37, 38], "int8": [73, 74, 98, 106], "integ": [50, 103], "intend": 87, "intent": 48, "interact": [22, 100, 103, 104, 107], "intercept": [32, 33, 34, 35, 36, 37, 38, 54, 59, 65, 89, 91, 92, 93, 94, 95, 96, 98, 102, 105], "interest": [98, 99, 100, 103, 105], "interestingli": [4, 5, 6, 7, 8, 9, 10, 11, 12], "interfac": [100, 103], "intern": [2, 3, 48, 77, 79, 80, 81, 82, 85, 103, 104, 105, 106], "interpol": 54, "interpret": [98, 100, 103], "intersect": 98, "intr_map": [79, 98], "introduct": [97, 105, 107], "intuit": 61, "inv": 98, "inv_hess_grad": [4, 5, 6, 7, 8, 9, 10, 11, 12], "inv_hessian_gradi": [4, 5, 6, 7, 8, 9, 10, 11, 12], "invari": [32, 33, 36, 37, 38, 60, 88, 89], "invers": [4, 5, 6, 7, 8, 9, 10, 11, 12], "invert": 100, "invok": [44, 104], "io": [28, 29, 83, 84, 98, 106], "iosnpbas": [73, 74], "iosnpphasedancestri": [28, 73], "iosnpunphas": [29, 74], "irl": [36, 38, 69, 70, 89, 94, 96, 102], "irls_max_it": [36, 38, 89, 94, 96], "irls_tol": [36, 38, 89, 94, 96], "is_cont_cont": 98, "is_cont_disc": 98, "is_multi": [4, 5, 6, 7, 8, 9, 10, 11, 12], "is_read": [73, 74], "is_symmetr": [4, 5, 6, 7, 8, 9, 10, 11, 12], "issu": [68, 97, 98, 100], "ista": [40, 44], "iter": [32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 60, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102, 106], "its": [34, 43, 56, 59, 81, 89, 98, 103, 105], "j": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 73, 74, 79, 82, 86, 90, 91, 92, 93, 94, 95, 96, 98, 103, 106], "jacobian": [2, 3], "jamesyang007": 101, "jhyang": [100, 105], "jl": 98, "join": [76, 98], "joint": 98, "just": 103, "k": [9, 10, 11, 23, 24, 32, 33, 34, 35, 36, 37, 38, 47, 48, 49, 50, 51, 54, 56, 58, 59, 65, 66, 68, 70, 71, 73, 80, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 105, 106], "k_1": 73, "k_2": 73, "k_i": 73, "k_n": 73, "keep": 104, "kei": [4, 9, 79, 100], "kk": [32, 34], "kkt": [32, 33, 36, 37, 38, 52, 53, 56, 60, 63], "knockoff": 107, "knockoff_stat": 98, "knockpi": 98, "know": [98, 106], "knowledg": [100, 105], "known": [40, 44], "kroneck": [23, 24, 80, 102], "kronecker_ey": 102, "kwarg": [1, 32, 33, 34, 35, 36, 37, 38, 52, 53], "l": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 105], "l1": [2, 3, 39, 40, 41, 42, 43, 44], "l2": [2, 3, 39, 44], "l2_norm": 61, "label": [50, 73], "lagrangian": [2, 3], "lambda": [32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 47, 48, 54, 56, 57, 59, 60, 61, 62, 63, 64, 88, 89, 90, 91, 94, 95, 96, 98, 99, 102, 105], "lambda_": [32, 33, 36, 37, 38, 54, 99], "lambda_1": [2, 3, 39, 40, 44], "lambda_2": [2, 3, 39, 44], "lambda_i": 39, "lambda_k": 54, "larg": [43, 73, 74, 81, 97, 98, 103, 104], "larger": [99, 104], "largest": [32, 33, 36, 37, 38, 48, 54, 63, 88, 89, 90, 91, 94, 95, 96, 98], "lasso": [2, 4, 9, 32, 33, 36, 37, 38, 51, 90, 91, 94, 95, 96, 97, 99, 106, 107], "last": [32, 33, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 105, 106], "lastli": 86, "later": [98, 105], "latter": 105, "lazi": [16, 81], "lazili": 81, "ldot": [56, 57, 73, 75, 76, 79, 82, 98], "lead": 102, "learn": 98, "least": [32, 33, 36, 37, 38, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102, 104, 105], "left": [4, 9, 67, 68, 69, 70, 71, 72, 88, 89, 98, 102], "len": [98, 106], "length": [13, 14, 15, 16, 17, 98, 106], "leq": [2, 3, 43, 44, 98], "less": [43, 88, 89, 90, 91, 92, 93, 94, 95, 96], "let": [73, 79, 98, 103, 105], "level": [22, 25, 79, 82, 88, 89, 98, 100, 102, 103, 105], "lexicograph": 79, "li": [54, 103], "libomp": 101, "librari": 106, "lifetim": 100, "like": [2, 4, 9, 48, 88, 89, 98, 99, 103], "likelihood": [4, 9], "lim": 98, "limits_": [4, 9, 41, 67, 68, 69, 70, 71, 72, 88, 89, 102], "linalg": [32, 33, 36, 37, 38, 98], "linear": [2, 3, 4, 9, 32, 39, 40, 41, 42, 43, 44, 54, 65, 66, 88, 90, 97, 98, 102, 104, 106, 107], "linear_pr": 65, "linearli": 54, "link": [67, 97], "linspac": 99, "linux": [73, 74], "list": [14, 19, 22, 25, 26, 32, 33, 34, 35, 36, 37, 38, 56, 59, 61, 64, 75, 76, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 101, 106], "literatur": 98, "littl": [73, 74], "lmda": [32, 33, 34, 35, 36, 37, 38, 47, 54, 56, 57, 59, 60, 61, 62, 63, 64, 90, 91, 92, 93, 94, 95, 96, 99, 105], "lmda_max": [32, 33, 36, 37, 38, 90, 91, 94, 95, 96, 99], "lmda_path": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99], "lmda_path_s": [32, 33, 36, 37, 38, 47, 48, 88, 89, 90, 91, 94, 95, 96, 99], "lmda_star": 99, "load": [73, 74, 101, 106], "local": [73, 100, 101, 103], "locat": [100, 103], "log": [4, 9, 67, 68, 71, 99, 105], "logger": 99, "logger_level": 99, "logical_xor": 98, "logist": 105, "logit": [5, 67], "long": [88, 89], "longer": [88, 89], "look": [48, 98], "loss": [4, 5, 6, 7, 8, 9, 10, 11, 12, 33, 36, 37, 38, 47, 48, 59, 67, 68, 69, 70, 71, 72, 89, 94, 96, 97, 98, 100, 102, 105], "loss_ful": [4, 5, 6, 7, 8, 9, 10, 11, 12, 33, 36, 37, 38, 94, 96, 100], "loss_nul": [33, 36, 37, 38, 94, 96], "lot": 104, "low": [100, 103], "lower": [3, 42], "lt": [98, 99, 100, 103, 104, 105, 106], "lvl": 98, "m": [2, 3, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 73, 74, 104, 105], "machin": [73, 74, 104], "maco": [73, 74, 101], "made": [49, 104], "magnitud": 98, "mai": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 43, 48, 56, 59, 61, 88, 89, 98, 99, 100, 101, 103, 104, 105], "main": 98, "mainli": [69, 70], "mainten": 98, "major": [4, 5, 6, 7, 8, 9, 10, 11, 12, 71, 89, 95, 96, 98, 102], "make": [98, 104], "mamba": 101, "mambaforg": 101, "manag": 104, "mani": [79, 82, 97, 98, 100, 103, 104], "manner": 105, "map": [49, 50, 51, 79, 82], "mark": 73, "mask": 51, "master_ph": 98, "mat": [15, 16, 20, 21, 22, 23, 24, 25, 27, 31, 75, 76, 77, 78, 79, 80, 81, 82, 85, 86, 87, 103], "mat_list": [14, 19, 26], "match": 100, "mathbb": [39, 41, 56, 72, 73, 79, 82, 86, 98], "mathbf": [33, 35, 36, 37, 38, 65, 79, 86, 89, 91, 93, 94, 96, 102], "mathcal": 98, "mathemat": 97, "mathrm": [2, 3, 32, 33, 34, 35, 37, 58, 71, 86, 88, 89, 90, 91, 92, 93, 95, 98, 102, 105], "matplotlib": [64, 98, 105, 106], "matric": [48, 58, 59, 65, 73, 75, 76, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 106], "matrix": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 48, 49, 50, 51, 58, 59, 65, 70, 71, 73, 74, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 104, 105, 106, 107], "matrixcovbase32": [88, 90, 92, 103], "matrixcovbase64": [14, 15, 16, 17, 32, 34, 88, 90, 92, 103], "matrixcovblockdiag64": 75, "matrixcovdense64f": 77, "matrixcovlazycov64f": 81, "matrixcovsparse64f": 85, "matrixnaivebase32": [58, 59, 65, 80, 86, 87, 91, 93, 94, 95, 96, 103], "matrixnaivebase64": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 37, 38, 58, 59, 65, 80, 86, 87, 91, 93, 94, 95, 96, 103], "matrixnaivebasexx": 87, "matrixnaivecconcatenate64": 76, "matrixnaivecsubset64": 87, "matrixnaivedense64f": 77, "matrixnaiveinteractiondense64f": 79, "matrixnaivekroneckereye64": 80, "matrixnaivekroneckereyedense64f": 80, "matrixnaiveonehotdense64f": 82, "matrixnaiverconcatenate64": 76, "matrixnaiversubset64": 87, "matrixnaivesnpphasedancestry64": 83, "matrixnaivesnpunphased64": 84, "matrixnaivesparse64f": 85, "matrixnaivestandardize64": 86, "max": [32, 33, 36, 37, 38, 40, 44, 98, 99], "max_active_s": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96], "max_it": [3, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "max_screen_s": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "maximum": [32, 33, 34, 35, 36, 37, 38, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "mean": [33, 35, 37, 74, 79, 82, 86, 91, 93, 95, 98, 102, 104, 105], "measur": [93, 98, 105], "member": [81, 100, 103, 104], "memori": [98, 100, 103, 104], "mention": [100, 103, 104], "metadata": 98, "method": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 44, 47, 48, 52, 53, 68, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104], "michael": 98, "middl": 98, "million": 98, "mimic": [98, 106], "min": [98, 99, 105], "min_byt": 1, "min_bytes_def": 1, "min_ratio": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 98, 99], "minim": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 36, 38, 44, 88, 89, 94, 96, 102, 104], "misinterpret": 48, "miss": [51, 73, 74, 98, 106], "missing_ratio": 51, "mmap": [73, 74], "modal": 98, "mode": [73, 74, 101], "model": [4, 5, 6, 7, 8, 9, 10, 11, 12, 36, 38, 59, 91, 93, 94, 95, 96, 97, 102, 105, 106, 107], "moder": 104, "modifi": [100, 102, 103], "more": [44, 61, 74, 80, 87, 98, 99, 100, 101, 102, 104, 105, 106], "moreov": [79, 98, 99, 100, 105], "most": [4, 5, 6, 7, 8, 9, 10, 11, 12, 35, 73, 74, 88, 89, 99, 100, 103, 104, 105], "mostli": 104, "mother": 98, "move": 98, "mse": [91, 93, 95], "mu": [2, 3, 98, 105], "mu_i": 98, "much": [87, 106], "mul": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "multi": [9, 10, 11, 37, 38, 49, 50, 51, 56, 58, 59, 65, 89, 96, 98, 107], "multi_intercept": [37, 38], "multigaussian": [10, 37, 49, 50, 51, 89, 95, 100, 102, 105], "multinomi": [11, 49, 50, 51, 89, 100, 105], "multipl": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 100, 104], "multipli": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "multithread": 104, "multivariate_norm": 98, "must": [2, 4, 9, 40, 44, 46, 48, 49, 50, 51, 56, 57, 59, 64, 67, 68, 69, 70, 71, 72, 73, 74, 77, 79, 81, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 101, 103, 105, 106], "mutat": [73, 98, 106], "mvr": 98, "my_gaussian": 100, "n": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 48, 49, 50, 51, 58, 59, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 78, 79, 81, 82, 86, 89, 91, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "n_class": [37, 38], "n_common_sol": 105, "n_fold": 48, "n_h1": 98, "n_sampl": 98, "n_snp": 98, "n_thread": [14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 48, 58, 59, 65, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104, 106], "n_valid_solut": [32, 33, 36, 37, 38, 60], "na": [74, 98], "na20816": 98, "na20818": 98, "na20819": 98, "na20826": 98, "na20828": 98, "nabla": [4, 5, 6, 7, 8, 9, 10, 11, 12, 33, 36, 37, 38, 66, 71, 94, 96], "naiv": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 37, 38, 48, 53, 76, 77, 79, 80, 82, 83, 84, 85, 86, 87, 89, 91, 93, 94, 95, 96, 104, 107], "name": [4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 45, 49, 50, 51, 73, 74, 98, 106], "natur": [4, 5, 6, 7, 8, 9, 10, 11, 12, 22, 25, 36, 38, 94, 96, 100], "ndarrai": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "ndim": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "nearli": 105, "neat": 98, "necessari": [88, 89, 98], "need": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 81, 98, 104, 105], "neg": [4, 5, 6, 7, 8, 9, 10, 11, 12, 40, 42, 43, 46, 56, 57, 59, 74, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100], "neglig": [103, 104], "net": [32, 33, 34, 35, 36, 37, 38, 44, 47, 48, 52, 53, 55, 56, 57, 59, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 103, 107], "new": [32, 33, 36, 37, 38, 54, 88, 89, 90, 91, 94, 95, 96, 98, 102], "newton": [40, 44, 46, 97, 100, 102], "newton_ab": [40, 44], "newton_abs_debug": 44, "newton_br": [40, 44], "newton_max_it": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96], "newton_tol": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96], "next": [32, 33, 36, 37, 38, 73, 88, 89, 90, 91, 94, 95, 96, 98, 99, 105, 106], "nnls_max_it": [3, 46], "nnls_tol": [3, 46], "nnm": 74, "nnz": [13, 14, 15, 16, 17, 30, 74], "nnz0": 73, "nnz1": 73, "node": 104, "nois": [49, 50, 51, 98], "non": [32, 33, 34, 35, 36, 37, 38, 40, 42, 43, 46, 56, 57, 59, 73, 74, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 103, 105], "none": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 45, 46, 47, 48, 56, 57, 59, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 79, 82, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105], "nonetheless": 103, "norm": [2, 3, 32, 33, 36, 37, 38, 49, 50, 51, 56, 57, 61, 90, 91, 93, 94, 95, 96, 98], "normal": [32, 33, 36, 37, 38, 49, 64, 67, 68, 69, 70, 71, 72, 98, 99, 100, 103, 104, 105, 106], "note": [68, 88, 89, 98, 99, 102, 105, 106], "notebook": [100, 102, 104, 105], "noth": 101, "notic": 100, "now": [98, 99, 100, 101, 103, 105, 106], "np": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "nucleotid": 98, "null": [33, 36, 37, 38, 91, 93, 94, 95, 96, 98, 105], "num": 99, "numa": 104, "number": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 50, 51, 56, 58, 59, 61, 63, 64, 65, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 105, 106, 107], "numer": [97, 98, 100, 103], "numpi": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 73, 74, 83, 84, 87, 98, 99, 100, 103, 104, 105, 106], "o": [98, 101, 106], "obj": [39, 59], "object": [32, 33, 34, 35, 36, 37, 38, 44, 46, 48, 52, 53, 55, 64, 66, 67, 68, 69, 70, 71, 72, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105, 106], "observ": [33, 35, 36, 37, 38, 48, 59, 65, 67, 68, 69, 70, 71, 72, 87, 89, 91, 93, 94, 95, 96, 98, 100, 102, 103, 104, 105, 106], "obtain": [44, 88, 89], "occur": 104, "odot": 79, "off": [89, 100], "offer": 97, "offset": [36, 38, 59, 65, 89, 91, 94, 95, 96, 102], "often": 98, "oftentim": 104, "old": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95], "omega": [88, 89, 102], "omega_g": [56, 88, 89, 102], "onc": [98, 99, 105], "one": [25, 32, 33, 34, 35, 36, 37, 38, 40, 44, 47, 48, 49, 50, 51, 58, 59, 61, 65, 66, 67, 68, 73, 74, 77, 79, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104, 105, 106], "one_hot": 98, "one_ratio": [50, 51], "ones": [51, 98], "onli": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 40, 44, 51, 52, 56, 59, 61, 63, 64, 68, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 106], "onto": [2, 3], "op": [2, 3], "openmp": [101, 104], "openmp_prefix": 101, "oper": [83, 84, 89, 98, 102], "opportun": [88, 89, 98], "opt": [69, 70, 100], "optim": [69, 70, 80, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 107], "option": [40, 43, 44, 45, 46, 47, 48, 49, 50, 51, 56, 57, 58, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "order": [13, 14, 15, 16, 17, 22, 25, 32, 33, 34, 35, 36, 37, 38, 56, 59, 79, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98], "origin": [91, 95, 98, 99], "orthogon": [2, 3], "other": [49, 78, 88, 89, 98, 101, 102, 106], "otherwis": [36, 38, 48, 59, 60, 63, 65, 69, 70, 73, 74, 77, 79, 80, 81, 82, 85, 88, 89, 91, 92, 93, 94, 95, 96, 98, 102, 105, 106], "otim": [58, 65, 80, 89, 95, 96, 102], "our": [87, 98, 99, 100, 101, 102, 103, 104, 105, 106], "out": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 49, 50, 51, 100, 103, 104], "outer": [17, 30], "outlin": 98, "output": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 91, 95, 100, 103, 105, 106], "outsid": 87, "over": [98, 103, 104, 106], "overal": 103, "overfit": 105, "overlin": [33, 37, 68, 86], "overload": [32, 33, 34, 35, 36, 37, 38], "overrid": [2, 4, 9], "overriden": [2, 3], "overview": 102, "overwrit": [88, 89], "own": [56, 59, 88, 89, 98, 103, 105], "p": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 48, 49, 50, 51, 54, 56, 58, 59, 61, 65, 74, 78, 79, 81, 82, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 103, 104, 105, 106], "p_g": 57, "packag": [97, 98, 100, 101, 103, 104], "page": 98, "pair": [22, 79, 98], "pair_level": 98, "pairwis": [79, 98], "pan": 98, "panda": 98, "paper": 98, "parallel": [97, 107], "paramet": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 102], "part": [59, 100, 104], "parti": [98, 106], "particular": [48, 98, 99], "partit": [4, 9], "pass": [2, 3, 4, 9, 59, 69, 70, 87, 88, 89, 100, 103, 104], "path": [32, 33, 34, 35, 36, 37, 38, 47, 48, 61, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 101, 105], "pattern": 100, "pb_symbol": [1, 105], "pb_symbol_def": 1, "pc": 98, "pc1": 98, "pc10": 98, "pc2": 98, "pc3": 98, "pc4": 98, "pc5": 98, "pc6": 98, "pc7": 98, "pc8": 98, "pc9": 98, "pd": 98, "penal": [99, 105], "penalti": [32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 56, 57, 59, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 102], "penguin": 105, "per": [98, 106], "percent": [32, 33, 34, 35, 36, 37, 38, 88, 89, 90, 91, 92, 93, 94, 95, 96, 105], "perform": [2, 3, 34, 35, 85, 98, 100, 102, 103, 105], "pg": 98, "pgen": 98, "pgenlib": 98, "pgenread": 98, "phase": [28, 50, 73, 83, 107], "phenotyp": 98, "phi": [2, 3, 67], "pick": [48, 98], "pin": [34, 35, 92, 93], "pioneer": 98, "pip": 101, "pitfal": [100, 103, 104], "pivot": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96, 97], "pivot_slack_ratio": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "pivot_subset_min": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "pivot_subset_ratio": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "pk": 105, "place": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96, 98, 100, 103, 104], "plai": 103, "plink": 98, "plot": [47, 52, 53, 60, 61, 62, 63, 64, 98, 105, 106], "plot_benchmark": [52, 53, 105], "plot_coeffici": [52, 53, 98, 105, 106], "plot_dev": [52, 53, 98, 105], "plot_kkt": [52, 53], "plot_loss": [47, 98], "plot_set_s": [52, 53], "plt": [98, 105, 106], "plug": 103, "po": 98, "poetri": 101, "point": [32, 33, 36, 37, 38, 44, 49, 50, 51, 88, 89, 90, 91, 94, 95, 96, 99, 100, 103], "poisson": [12, 49, 50, 51, 100], "polymorph": 98, "poor": [40, 44], "popul": 98, "popular": 98, "port": [100, 103], "portabl": [73, 74], "posit": [32, 34, 68, 79, 82, 88, 90, 98, 103], "possibl": [49, 98, 100, 102, 103, 104, 105], "possibli": [33, 35, 37, 82, 88, 89, 102], "power": 98, "practic": [98, 106], "pre": 101, "precis": [98, 99], "predict": [48, 66, 98, 102], "predictor": [56, 59, 89], "prepar": 98, "prerequisit": 107, "present": 105, "preserv": 98, "prev": 105, "previou": 105, "primal": [2, 3], "primal_s": [2, 3], "primari": [88, 89, 104], "primarili": 56, "principl": 98, "print": [98, 105], "prior": [98, 100, 106], "probit": [6, 67], "problem": [2, 4, 9, 88, 89, 97, 98, 100, 102, 103, 105], "procedur": 98, "process": 105, "prod": 98, "product": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 80, 97, 102, 103, 104], "profil": [52, 53, 61, 62], "program": [88, 89], "progress": [88, 89, 105], "progress_bar": [88, 89, 99], "project": [2, 3], "properli": [32, 33, 34, 35, 37, 104, 107], "properti": [48, 98], "proport": [49, 50, 51, 56, 60, 98], "provid": [4, 5, 6, 7, 8, 9, 10, 11, 12, 59, 88, 89, 97, 98, 99, 100, 103, 104, 105, 106], "proxim": [46, 97, 100, 102], "purpos": [2, 4, 9, 69, 70, 97, 98, 106], "put": 98, "pwr": 98, "py": [100, 105], "pybind11": [100, 103], "pyplot": [98, 105, 106], "pyproject": 101, "python": [97, 100, 101, 103], "q": [2, 3, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 98, 103], "qquad": 57, "quad": [2, 3, 39, 40, 41, 42, 43, 44, 56, 88, 89, 102], "quadrat": [2, 3, 39, 41, 102], "quantiti": [2, 4, 9, 35, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 103], "question": [104, 107], "quickstart": 107, "quirk": [100, 103], "r": [32, 33, 34, 35, 36, 37, 38, 39, 41, 56, 58, 66, 68, 73, 79, 82, 86, 90, 91, 92, 93, 95, 98], "rais": 100, "ram": 104, "random": [48, 49, 50, 51, 98, 99, 100, 103, 104, 105, 106], "randomli": [49, 50, 51, 98, 105, 106], "rang": [32, 33, 34, 35, 36, 37, 38, 50, 56, 57, 59, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 106], "rate": 98, "rather": [61, 87, 100, 102, 105], "ratio": [32, 33, 36, 37, 38, 48, 49, 50, 51, 64, 88, 89, 90, 91, 94, 95, 96, 98], "raw": 61, "raw_sample_ct": 98, "rdev": 105, "rdev_tol": [32, 34, 88, 90, 92], "reach": 105, "read": [32, 33, 34, 35, 36, 37, 38, 73, 74, 98], "read_csv": 98, "read_list": 98, "read_mod": [73, 74], "reader": [98, 100, 103, 105], "real": [98, 106], "realist": 98, "reap": 104, "reason": [85, 98, 100, 103, 105, 106], "recent": 101, "recogn": 98, "recommend": [4, 5, 6, 7, 8, 9, 10, 11, 12, 73, 74, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 101, 104, 105], "record": [98, 106], "redirect": [100, 103], "refer": [77, 79, 80, 81, 82, 85, 97, 98, 100, 103, 105], "refit": 98, "regard": [4, 9], "regardless": 85, "regist": 79, "regress": [98, 105], "regular": [2, 3, 32, 33, 34, 35, 36, 37, 38, 47, 48, 54, 56, 57, 59, 60, 61, 62, 63, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 105, 107], "rel": [32, 34, 59, 60, 63, 88, 90, 91, 92, 93, 95, 98, 105], "relat": 98, "relative_index": 98, "relev": [97, 98], "reli": [100, 103], "remain": 105, "remark": [100, 103], "remov": [59, 98, 106], "repeat": 98, "replac": [74, 98], "repo": 101, "repositori": [97, 101], "repres": [13, 14, 15, 16, 17, 32, 33, 36, 37, 38, 73, 75, 76, 79, 80, 82, 98, 102, 105, 106], "represent": [98, 106], "request": 100, "requir": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 98, 100, 101, 103, 104], "rescal": [49, 50, 51], "resid": [33, 35, 36, 37, 38, 58, 66, 91, 93, 94, 95, 96], "resid_sum": [33, 35, 37, 91, 95], "residu": [33, 35, 36, 37, 38, 58, 91, 93, 94, 95, 96, 103], "respect": [2, 3, 54, 87, 98, 105], "respons": [9, 10, 11, 33, 35, 37, 38, 49, 50, 51, 56, 58, 59, 65, 67, 69, 70, 71, 72, 89, 91, 93, 95, 96, 98, 103, 104, 106, 107], "rest": [98, 104], "restart": [40, 44, 88, 89], "result": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 40, 44, 47, 48, 60, 75, 76, 88, 89, 98, 100, 103, 105, 106], "retriev": 98, "return": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 103, 105], "reus": 102, "reweight": 102, "rho": [49, 98], "right": [4, 9, 48, 67, 68, 69, 70, 71, 72, 88, 89, 98, 102], "rina": 98, "risk": 68, "role": 103, "root": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 41, 42, 43, 44, 101], "root_funct": [40, 42, 43], "root_lower_bound": 43, "root_upper_bound": 42, "roughli": 48, "routin": [60, 69, 70, 80, 97, 104], "row": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 73, 74, 76, 81, 87, 95, 96, 98, 103, 105], "rs113391741": 98, "rs113560219": 98, "rs143500173": 98, "rs148755559": 98, "rs151247655": 98, "rs187225588": 98, "rs1882989": 98, "rs34151105": 98, "rs8069133": 98, "rs9616967": 98, "rsq": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95], "rule": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96, 97], "run": [44, 48, 87, 88, 89, 99, 101, 104, 105, 106], "runtim": 103, "s_hat": 98, "s_i": 68, "sa": 73, "safe": 104, "safeti": 107, "same": [32, 33, 34, 35, 36, 37, 38, 44, 48, 50, 54, 56, 59, 63, 73, 74, 79, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103, 105, 106], "sampl": [73, 87, 98, 99], "sandbox": [100, 105], "satisfi": [42, 43, 98], "satur": [4, 5, 6, 7, 8, 9, 10, 11, 12, 59, 105], "save": [32, 33, 36, 37, 38, 98, 100, 105], "scalabl": 98, "scalar": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "scale": [31, 68, 86, 90, 92, 97, 98, 99, 105], "scale_to": 7, "scikit": 106, "scipi": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 54, 56, 59, 61, 65, 85], "score": [32, 33, 36, 37, 38, 57, 63, 88, 89, 90, 91, 94, 95, 96, 107], "screen": [32, 33, 34, 35, 36, 37, 38, 60, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97], "screen_begin": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_beta": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_dual": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_dual_begin": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_grad": [32, 34, 92], "screen_hashset": [32, 33, 36, 37, 38], "screen_is_act": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_rul": [32, 33, 36, 37, 38, 64, 88, 89, 90, 91, 94, 95, 96], "screen_set": [32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "screen_siz": [32, 33, 36, 37, 38, 64], "screen_subset": 34, "screen_subset_ord": 34, "screen_transform": [32, 33, 34, 35, 37], "screen_var": [32, 33, 34, 35, 37], "screen_x_mean": [33, 35, 37], "script": 101, "second": [2, 3, 106], "secondli": 98, "section": [100, 103, 104, 105], "see": [4, 5, 6, 7, 8, 12, 34, 40, 42, 43, 44, 45, 48, 51, 59, 98, 103, 104, 105], "seed": [48, 49, 50, 51, 98, 99, 100, 103, 104, 105, 106], "seem": 100, "seldom": 100, "select": [98, 103], "self": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 73, 74, 100, 103], "semi": [32, 34, 88, 90, 98], "sep": 98, "separ": 98, "sequenc": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 94, 95, 96, 98, 102, 105], "serial": [73, 74], "seriou": 105, "set": [2, 3, 32, 33, 34, 35, 36, 37, 38, 45, 48, 49, 50, 51, 52, 53, 56, 59, 60, 64, 65, 67, 68, 69, 70, 71, 72, 74, 79, 82, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 101, 103, 105], "set_config": 105, "setup": [32, 33, 36, 37, 38, 101], "setup_lmda_max": [32, 33, 36, 37, 38], "setup_lmda_path": [32, 33, 36, 37, 38], "setup_loss_nul": [36, 38], "sex": 98, "sgn": 3, "shape": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 48, 50, 65, 98, 100, 103, 105, 106], "ship": 101, "should": [32, 33, 34, 35, 36, 37, 38, 48, 64, 88, 89, 90, 91, 94, 95, 96, 98], "show": [98, 100, 103, 104, 105, 106], "shown": [60, 63, 98, 100, 103], "side": 100, "sigma": [2, 3, 39, 41, 68, 86, 98], "sigma_": [40, 41, 43, 44], "sigma_i": 68, "sigma_inv": 98, "signal": [49, 50, 51, 98, 100], "sim": 98, "similar": [98, 106], "similarli": [96, 100], "simpl": [103, 104, 105], "simplest": 103, "simpli": [4, 5, 6, 7, 8, 9, 10, 11, 12, 51, 54, 88, 89, 103, 105], "simplic": [99, 104, 105], "simplifi": [4, 5, 6, 7, 8, 9, 10, 11, 12], "simul": 98, "sinc": [56, 61, 98, 99, 101, 102, 104, 105, 106], "singl": [56, 58, 59, 65, 73, 88, 89, 98, 104, 105, 107], "situat": 98, "size": [2, 3, 22, 25, 32, 33, 34, 35, 36, 37, 38, 49, 50, 51, 52, 53, 61, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 103, 104, 105], "skip": 101, "slack": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "slowest": [73, 74], "small": [78, 98, 104], "smaller": 48, "smallest": [32, 33, 36, 37, 38, 48, 54, 88, 89, 90, 91, 94, 95, 96, 99], "smart": 44, "smart_init": 44, "smatrix": 98, "snp": [28, 29, 50, 51, 73, 74, 83, 84, 107], "snp_phased_ancestri": [98, 106], "snp_unphas": [98, 106], "snparrai": 98, "snpdat": [73, 74, 106], "snpdat_nam": 98, "snr": [49, 50, 51], "so": [49, 51, 59, 73, 74, 79, 82, 98, 99, 100, 101, 102, 103, 104, 105, 106], "solut": [2, 3, 32, 33, 34, 35, 36, 37, 38, 44, 54, 60, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 103, 105, 106], "solv": [2, 3, 4, 9, 32, 33, 34, 35, 36, 37, 38, 40, 48, 52, 53, 55, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 102, 105, 107], "solver": [2, 3, 4, 9, 40, 44, 47, 48, 59, 78, 81, 87, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105], "some": [4, 5, 6, 7, 8, 9, 10, 11, 12, 48, 73, 83, 84, 98, 99, 100, 103, 104, 105], "somewher": 98, "soon": 98, "sort": [34, 35, 88, 89, 90, 91, 92, 93, 94, 95, 96], "sourc": [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 101], "sp_btmul": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "spa_chr_": [98, 106], "spa_chr_i": [98, 106], "space": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 99, 105], "spars": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 54, 56, 59, 61, 65, 98, 103, 105, 106], "sparsiti": [49, 50, 51, 106], "special": [80, 97, 98, 100, 102, 103, 106], "specif": [63, 100, 102, 104, 105], "specifi": [48, 49, 50, 51, 67, 68, 69, 70, 71, 72, 74, 87, 98, 99, 100, 103, 104], "speed": [4, 5, 6, 7, 8, 9, 10, 11, 12, 98, 100, 103], "speedup": 104, "spent": 60, "split": [98, 106], "sqrt": [33, 35, 37, 49, 50, 51, 56, 59, 86, 88, 89, 98], "sqrt_weight": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 103], "squar": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 46, 49, 50, 51, 93, 102, 105], "ss": [98, 106], "stabil": [97, 100], "stack": 106, "stand": 98, "standard": [31, 47, 67, 73, 74, 98], "star": [4, 5, 6, 7, 8, 9, 10, 11, 12, 36, 38, 42, 43, 59, 79, 94, 96, 99], "start": [2, 3, 7, 22, 25, 32, 33, 34, 35, 36, 37, 38, 40, 44, 49, 50, 51, 56, 59, 61, 64, 68, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99, 100, 103, 105], "start_ord": 7, "start_so": 7, "state": [47, 52, 53, 55, 88, 89, 98, 99, 100, 103, 104, 105, 106], "state_cov": 105, "state_exp": [100, 103], "stategaussiancov64": [88, 90], "stategaussiannaive64": [89, 91], "stategaussianpincov64": 92, "stategaussianpinnaive64": 93, "stateglmnaive64": [89, 94], "statemultigaussiannaive64": [89, 95], "statemultiglmnaive64": [89, 96], "static": [88, 89], "statist": [98, 102, 105], "statu": [7, 68], "status_to": 7, "std": 98, "step": [60, 73, 74, 98, 100], "still": [88, 89], "stop": [7, 48, 68, 98], "stop_ord": 7, "stop_to": 7, "storag": [85, 98], "store": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 77, 79, 80, 81, 82, 85, 98, 100, 103, 106], "str": [4, 7, 9, 32, 33, 36, 37, 38, 40, 44, 45, 49, 50, 51, 64, 67, 68, 73, 74, 77, 85, 88, 89, 90, 91, 94, 95, 96, 98], "strang": [100, 103], "strict": 104, "strong": [32, 33, 36, 37, 38, 88, 89, 90, 91, 94, 95, 96], "strongli": 99, "structur": [73, 79, 97, 98, 103, 106], "studi": 98, "stunningli": 99, "su_chr_": 106, "su_chr_i": 106, "subject": [2, 3, 89, 102], "submodul": [48, 58, 59, 65, 66, 88, 89, 90, 91, 92, 93, 94, 95, 96, 100, 103], "subset": [13, 14, 15, 16, 17, 20, 27, 40, 44, 63, 64, 98, 103], "subseteq": 79, "substitut": 105, "success": 101, "successfulli": 101, "suffic": [4, 5, 6, 7, 8, 9, 10, 11, 12], "suffici": [100, 103, 105], "sugar": 87, "suggest": 98, "sum": [4, 9, 33, 35, 37, 41, 49, 50, 67, 68, 69, 70, 71, 72, 88, 89, 91, 93, 95, 98, 100, 102, 105, 106], "sum_": [4, 9, 68, 71], "summari": [102, 105], "super": [100, 103], "suppli": [87, 105], "support": [52, 73, 74, 104, 105], "suppos": [87, 98, 99, 106], "svd": [33, 35, 37], "swap": 98, "switch": 104, "sy": 104, "symbol": 105, "symmetr": [9, 10, 11], "syntact": 87, "syntax": [87, 100, 103], "system": [45, 73, 74, 101], "t": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 68, 98, 103, 105], "t_i": 68, "take": [32, 33, 36, 37, 38, 54, 79, 82, 88, 89, 90, 91, 94, 95, 96, 98, 103, 104, 105, 106], "taken": [34, 35, 40, 44, 60, 98], "tau_": 98, "tau_plu": 98, "technic": [102, 106], "tend": 48, "term": [32, 59, 79, 88, 90, 107], "termin": [90, 91, 92, 93, 94, 95, 96, 105], "test": [69, 70, 88, 89], "text": [2, 3, 89, 102], "th": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 48, 56, 59, 61, 64, 73, 79, 82, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 105], "than": [43, 61, 88, 89, 90, 91, 92, 93, 94, 95, 96, 99, 100, 102, 104, 105], "thei": [67, 68, 69, 70, 71, 72, 74, 97, 98, 101, 106], "them": [98, 106], "theori": 98, "therefor": [60, 98, 101], "thi": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 25, 32, 33, 34, 35, 36, 37, 38, 48, 51, 59, 61, 63, 69, 70, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106], "third": [98, 106], "those": 104, "though": [98, 99], "thought": 103, "thread": [32, 33, 34, 35, 36, 37, 38, 48, 58, 59, 65, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 106, 107], "three": [98, 106], "threshold": [63, 88, 89, 90, 91, 94, 95, 96, 105], "through": [100, 101, 103], "throughout": 104, "ti": 68, "tie": 68, "tie_method": [7, 68], "tild": [82, 95, 96, 98], "time": [32, 33, 34, 35, 36, 37, 38, 39, 41, 44, 52, 53, 56, 60, 68, 73, 74, 79, 82, 86, 88, 89, 98, 99, 104, 105, 106], "time_elaps": 44, "tip": 104, "tmp": [98, 106], "to_dens": [13, 14, 15, 16, 17, 73, 74], "to_numpi": 98, "toarrai": [98, 100, 103, 105], "toggl": 105, "tol": [3, 32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "toler": [32, 33, 34, 35, 36, 37, 38, 40, 44, 46, 88, 89, 90, 91, 92, 93, 94, 95, 96], "toml": 101, "too": [43, 48, 56, 81, 98, 100], "top": [2, 3, 33, 35, 36, 37, 38, 39, 58, 73, 78, 81, 86, 88, 89, 91, 92, 93, 94, 95, 96, 102, 103], "total": [60, 64, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104], "total_byt": [73, 74], "total_tim": 60, "tracker": 97, "train": [32, 33, 36, 37, 38, 48, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98], "transpos": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "treat": 105, "treatment": 98, "tremend": 103, "trevor": 98, "trivial": [56, 105], "true": [9, 10, 11, 32, 33, 34, 35, 36, 37, 38, 44, 48, 49, 50, 51, 59, 60, 61, 63, 64, 69, 70, 73, 74, 77, 79, 80, 81, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 105], "try": 98, "tune": 97, "turn": [89, 100], "two": [56, 59, 73, 74, 79, 89, 90, 91, 92, 93, 94, 95, 96, 98, 104, 105, 106], "two_ratio": [50, 51], "type": [32, 33, 36, 37, 38, 40, 44, 46, 52, 53, 56, 59, 67, 68, 69, 70, 71, 72, 77, 83, 84, 85, 88, 89, 90, 91, 94, 95, 96, 97, 98, 100, 106], "typic": [48, 58, 59, 65, 66, 74, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98], "u": [68, 98, 103], "u0001f427": 105, "uint32": 98, "uk": 98, "ultim": [98, 106], "ultrahigh": 98, "unconstrain": [88, 89, 90, 91, 92, 93, 94, 95, 96], "unconvent": 35, "undefin": [42, 43, 73, 74, 104], "under": [98, 99], "underli": [46, 67, 68, 69, 70, 71, 72, 78, 80, 81, 83, 84, 86, 100], "ungroup": [56, 59, 89, 105], "unicod": [73, 76], "uniform": [100, 103], "uniformli": 98, "union": [46, 48, 58, 59, 65, 66, 67, 68, 69, 70, 71, 72, 74, 80, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "uniqu": [44, 79, 98], "univers": 104, "unless": [73, 74], "unlik": [4, 5, 6, 7, 8, 9, 10, 11, 12, 48], "unnorm": [32, 33, 34, 35, 37, 90, 91, 92, 93, 95], "unpen": [89, 98, 99], "unphas": [29, 51, 74, 84, 98], "until": [47, 99], "up": [4, 5, 6, 7, 8, 9, 10, 11, 12, 79, 101, 106], "updat": [2, 3, 32, 33, 34, 35, 36, 37, 38, 44, 88, 89, 90, 91, 92, 93, 94, 95, 96, 101], "upfront": 78, "upper": [3, 43], "us": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 32, 33, 34, 35, 36, 37, 38, 44, 45, 47, 48, 51, 54, 56, 59, 63, 69, 70, 73, 74, 78, 80, 81, 86, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "usag": [97, 98, 105], "user": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 48, 51, 59, 69, 70, 73, 74, 87, 88, 89, 97, 98, 99, 100, 101, 103, 104, 105, 106], "userwarn": [100, 105], "usual": [87, 90, 91, 92, 93, 95, 98, 102, 105, 106], "v": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 39, 40, 41, 42, 44, 79, 82, 88, 90, 98, 102, 103, 105], "v_": [40, 43, 44], "v_i": [41, 98], "v_k": [32, 33, 34, 35, 37], "val": 79, "valid": [32, 33, 36, 37, 38, 47, 48, 60, 79, 88, 89, 90, 91, 92, 93, 94, 95, 96], "valu": [2, 3, 13, 14, 15, 16, 17, 30, 32, 33, 34, 35, 36, 37, 38, 39, 41, 43, 45, 48, 54, 61, 63, 69, 70, 73, 74, 78, 79, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 103, 105, 106, 107], "vanish": [32, 33, 36, 37, 38, 90, 91, 94, 95, 96], "varepsilon": 98, "variabl": [2, 3, 45, 79, 82, 88, 89, 97, 98, 100, 103], "varianc": [33, 35, 37, 91, 93, 95, 98], "variant": 98, "variant_idx": 98, "variou": 97, "varphi": [41, 42, 43], "vdot": [73, 75, 76], "vec": [58, 89, 102], "vector": [2, 3, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 44, 49, 50, 51, 54, 56, 57, 59, 61, 65, 67, 68, 69, 72, 73, 74, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 102, 103, 104, 105, 106], "vectorconstraintbase64": [32, 33, 34, 35, 36, 37, 38], "vectormatrix64": [34, 35], "vee": 98, "verifi": [99, 107], "version": [50, 51, 82, 91, 92, 93, 95, 96, 97, 98, 101, 102], "vert": 76, "via": [48, 88, 89, 98, 99, 101, 105], "view": [77, 80, 85], "viewer": [77, 85], "virtualenv": 101, "visual": [61, 98, 105], "w": [4, 9, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 48, 67, 68, 69, 70, 71, 72, 87, 90, 91, 92, 93, 94, 95, 96, 98, 100, 102, 103], "w_": [4, 9, 70], "w_i": [67, 68, 69, 71, 72, 102], "w_j": 98, "w_k": 68, "wa": [32, 33, 35, 36, 37, 38, 48, 73, 74, 90, 91, 94, 95, 96, 101, 104], "wai": [25, 73, 74, 88, 89, 98, 99, 102, 103], "wall": 104, "want": [98, 106], "warm": [2, 3, 88, 89, 99, 100, 105], "warm_start": [88, 89], "warn": [100, 105], "we": [4, 5, 6, 7, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 43, 48, 54, 56, 59, 65, 67, 69, 70, 71, 72, 73, 74, 79, 82, 85, 86, 87, 88, 89, 98, 99, 100, 101, 102, 103, 104, 105, 106], "weight": [4, 7, 9, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 48, 67, 68, 69, 70, 71, 72, 87, 91, 93, 95, 100, 102, 103], "weights_mean_to": 7, "weights_size_to": 7, "weights_to": 7, "well": [32, 33, 34, 35, 36, 37, 38, 47, 63, 68, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 103, 105, 106], "were": 74, "what": [100, 103], "wheel": 101, "when": [4, 5, 6, 7, 8, 9, 10, 11, 12, 35, 40, 44, 47, 48, 59, 69, 70, 74, 81, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 103, 106], "whenev": [42, 68], "where": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 25, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 49, 50, 51, 56, 57, 59, 61, 64, 67, 68, 73, 74, 78, 79, 80, 81, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 102, 103, 104, 105, 106], "wherea": [79, 82], "whether": [32, 33, 34, 35, 36, 37, 38, 60, 90, 91, 92, 93, 94, 95, 96], "which": [2, 3, 39, 41, 46, 48, 49, 50, 51, 54, 56, 59, 63, 65, 67, 68, 69, 70, 71, 72, 76, 78, 79, 81, 82, 87, 88, 89, 98, 99, 100, 101, 102, 103, 105], "while": [98, 104], "who": [100, 101, 103, 104], "whose": [88, 89, 90, 91, 94, 95, 96], "wide": [97, 98], "widehat": 98, "wikipedia": 98, "wise": [19, 26, 56, 76, 79, 82, 98], "wish": [87, 98, 99, 100, 104, 106], "within": [68, 79, 104], "without": [100, 102, 103, 105], "word": 78, "work": [75, 76, 78, 79, 80, 81, 82, 83, 84, 86, 87, 97, 98, 99, 100, 102, 104], "workflow": 98, "worth": [100, 103, 104], "would": [88, 89, 98, 102, 104], "wrap": [46, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 96, 102, 103], "wrapper": [46, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 96, 103], "write": [73, 74, 98, 100, 103, 106], "writeabl": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "written": [48, 73, 74, 105, 106], "wrote": 74, "x": [2, 3, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 37, 38, 46, 48, 49, 50, 51, 58, 59, 65, 73, 78, 79, 80, 81, 82, 86, 87, 89, 91, 92, 93, 94, 95, 96, 99, 100, 102, 103, 104, 105, 106, 107], "x1b": 1, "x2014": [73, 76], "x_": [33, 35, 37, 92], "x_1": 76, "x_2": 76, "x_c": [33, 35, 37, 91, 92, 93, 102], "x_i": 98, "x_intr": 98, "x_k": [33, 35, 37], "x_knock": 98, "x_l": 76, "x_mean": [33, 37, 91, 95], "x_one_hot": 98, "x_wrap": [103, 104], "x_wrap_1": 104, "x_wrap_4": 104, "xb": [98, 106], "xc": [98, 105], "y": [4, 9, 33, 35, 37, 49, 50, 51, 56, 59, 65, 67, 69, 70, 71, 72, 79, 87, 89, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106], "y_": [9, 70, 71, 95], "y_c": [33, 35, 37, 91, 92, 93, 102], "y_i": [4, 67, 69, 72, 98, 102], "y_mean": [33, 35, 37, 91, 93], "y_var": [33, 35, 37, 91, 93, 95], "yc": 105, "yield": [87, 102, 103], "yml": 101, "you": [74, 100, 103, 104], "z": [2, 3, 79, 82, 86, 95, 98], "z_": [79, 86, 95], "z_cont": 98, "z_cont_0": 98, "z_cont_mean": 98, "z_cont_std": 98, "z_disc": 98, "z_i": [79, 98], "z_j": [79, 82, 98], "z_knock": 98, "z_one_hot_0": 98, "z_sub": 98, "zero": [32, 33, 34, 35, 36, 37, 38, 43, 49, 50, 51, 59, 65, 73, 74, 79, 82, 89, 90, 91, 92, 93, 94, 95, 96, 98, 103, 105, 106], "zero_penalti": [49, 50, 51], "zero_tol": 43, "zip": 106}, "titles": ["API Reference", "adelie.adelie_core.configs.Configs", "adelie.adelie_core.constraint.ConstraintBase64", "adelie.adelie_core.constraint.ConstraintLowerUpper64", "adelie.adelie_core.glm.GlmBase64", "adelie.adelie_core.glm.GlmBinomialLogit64", "adelie.adelie_core.glm.GlmBinomialProbit64", "adelie.adelie_core.glm.GlmCox64", "adelie.adelie_core.glm.GlmGaussian64", "adelie.adelie_core.glm.GlmMultiBase64", "adelie.adelie_core.glm.GlmMultiGaussian64", "adelie.adelie_core.glm.GlmMultinomial64", "adelie.adelie_core.glm.GlmPoisson64", "adelie.adelie_core.matrix.MatrixCovBase64", "adelie.adelie_core.matrix.MatrixCovBlockDiag64", "adelie.adelie_core.matrix.MatrixCovDense64F", "adelie.adelie_core.matrix.MatrixCovLazyCov64F", "adelie.adelie_core.matrix.MatrixCovSparse64F", "adelie.adelie_core.matrix.MatrixNaiveBase64", "adelie.adelie_core.matrix.MatrixNaiveCConcatenate64", "adelie.adelie_core.matrix.MatrixNaiveCSubset64", "adelie.adelie_core.matrix.MatrixNaiveDense64F", "adelie.adelie_core.matrix.MatrixNaiveInteractionDense64F", "adelie.adelie_core.matrix.MatrixNaiveKroneckerEye64", "adelie.adelie_core.matrix.MatrixNaiveKroneckerEyeDense64F", "adelie.adelie_core.matrix.MatrixNaiveOneHotDense64F", "adelie.adelie_core.matrix.MatrixNaiveRConcatenate64", "adelie.adelie_core.matrix.MatrixNaiveRSubset64", "adelie.adelie_core.matrix.MatrixNaiveSNPPhasedAncestry64", "adelie.adelie_core.matrix.MatrixNaiveSNPUnphased64", "adelie.adelie_core.matrix.MatrixNaiveSparse64F", "adelie.adelie_core.matrix.MatrixNaiveStandardize64", "adelie.adelie_core.state.StateGaussianCov64", "adelie.adelie_core.state.StateGaussianNaive64", "adelie.adelie_core.state.StateGaussianPinCov64", "adelie.adelie_core.state.StateGaussianPinNaive64", "adelie.adelie_core.state.StateGlmNaive64", "adelie.adelie_core.state.StateMultiGaussianNaive64", "adelie.adelie_core.state.StateMultiGlmNaive64", "adelie.bcd.objective", "adelie.bcd.root", "adelie.bcd.root_function", "adelie.bcd.root_lower_bound", "adelie.bcd.root_upper_bound", "adelie.bcd.solve", "adelie.configs.set_configs", "adelie.constraint.lower", "adelie.cv.CVGrpnetResult", "adelie.cv.cv_grpnet", "adelie.data.dense", "adelie.data.snp_phased_ancestry", "adelie.data.snp_unphased", "adelie.diagnostic.DiagnosticCov", "adelie.diagnostic.DiagnosticNaive", "adelie.diagnostic.coefficient", "adelie.diagnostic.diagnostic", "adelie.diagnostic.gradient_norms", "adelie.diagnostic.gradient_scores", "adelie.diagnostic.gradients", "adelie.diagnostic.objective", "adelie.diagnostic.plot_benchmark", "adelie.diagnostic.plot_coefficients", "adelie.diagnostic.plot_devs", "adelie.diagnostic.plot_kkt", "adelie.diagnostic.plot_set_sizes", "adelie.diagnostic.predict", "adelie.diagnostic.residuals", "adelie.glm.binomial", "adelie.glm.cox", "adelie.glm.gaussian", "adelie.glm.multigaussian", "adelie.glm.multinomial", "adelie.glm.poisson", "adelie.io.snp_phased_ancestry", "adelie.io.snp_unphased", "adelie.matrix.block_diag", "adelie.matrix.concatenate", "adelie.matrix.dense", "adelie.matrix.eager_cov", "adelie.matrix.interaction", "adelie.matrix.kronecker_eye", "adelie.matrix.lazy_cov", "adelie.matrix.one_hot", "adelie.matrix.snp_phased_ancestry", "adelie.matrix.snp_unphased", "adelie.matrix.sparse", "adelie.matrix.standardize", "adelie.matrix.subset", "adelie.solver.gaussian_cov", "adelie.solver.grpnet", "adelie.state.gaussian_cov", "adelie.state.gaussian_naive", "adelie.state.gaussian_pin_cov", "adelie.state.gaussian_pin_naive", "adelie.state.glm_naive", "adelie.state.multigaussian_naive", "adelie.state.multiglm_naive", "Adelie documentation", "Examples", "Frequently-Asked Questions", "Generalized Linear Model", "Installation", "Introduction to Group Elastic Net", "Matrix", "Parallelism", "Quickstart", "SNP Data Analysis", "User Guide"], "titleterms": {"adeli": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97], "adelie_cor": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38], "all": 98, "analysi": 106, "ancestri": [98, 106], "api": 0, "ask": 99, "bcd": [0, 39, 40, 41, 42, 43, 44], "binomi": 67, "block_diag": 75, "chromosom": 98, "class": [100, 103], "clean": 98, "coeffici": 54, "common": 104, "concaten": 76, "config": [0, 1, 45], "configur": 105, "constraint": [0, 2, 3, 46], "constraintbase64": 2, "constraintlowerupper64": 3, "convert": 98, "covari": [103, 105], "cox": 68, "cross": 98, "custom": [100, 103], "cv": [0, 47, 48], "cv_grpnet": 48, "cvgrpnetresult": 47, "data": [0, 49, 50, 51, 106], "dataset": 98, "dens": [49, 77, 98], "develop": 101, "diagnost": [0, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 98], "diagnosticcov": 52, "diagnosticna": 53, "document": 97, "eager_cov": 78, "elast": [102, 105], "exampl": [98, 104], "featur": 98, "file": 98, "fit": 98, "format": 98, "frequent": 99, "gaussian": [69, 105], "gaussian_cov": [88, 90], "gaussian_na": 91, "gaussian_pin_cov": 92, "gaussian_pin_na": 93, "gener": 100, "glm": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 67, 68, 69, 70, 71, 72, 100, 105], "glm_naiv": 94, "glmbase64": 4, "glmbinomiallogit64": 5, "glmbinomialprobit64": 6, "glmcox64": 7, "glmgaussian64": 8, "glmmultibase64": 9, "glmmultigaussian64": 10, "glmmultinomial64": 11, "glmpoisson64": 12, "global": 105, "gradient": 58, "gradient_norm": 56, "gradient_scor": 57, "group": [98, 102, 105], "grpnet": 89, "guid": 107, "gwa": 98, "how": 99, "import": 98, "instal": 101, "interact": [79, 98], "intern": 0, "introduct": 102, "io": [0, 73, 74], "knockoff": 98, "kronecker_ey": 80, "lasso": [98, 105], "lazy_cov": 81, "linear": 100, "load": 98, "lower": 46, "matrix": [0, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 98, 103], "matrixcovbase64": 13, "matrixcovblockdiag64": 14, "matrixcovdense64f": 15, "matrixcovlazycov64f": 16, "matrixcovsparse64f": 17, "matrixnaivebase64": 18, "matrixnaivecconcatenate64": 19, "matrixnaivecsubset64": 20, "matrixnaivedense64f": 21, "matrixnaiveinteractiondense64f": 22, "matrixnaivekroneckereye64": 23, "matrixnaivekroneckereyedense64f": 24, "matrixnaiveonehotdense64f": 25, "matrixnaiverconcatenate64": 26, "matrixnaiversubset64": 27, "matrixnaivesnpphasedancestry64": 28, "matrixnaivesnpunphased64": 29, "matrixnaivesparse64f": 30, "matrixnaivestandardize64": 31, "method": 105, "model": [98, 100], "multi": [100, 102, 105], "multigaussian": 70, "multigaussian_na": 95, "multiglm_na": 96, "multinomi": 71, "naiv": 103, "net": [102, 105], "number": 104, "object": [39, 59], "one_hot": 82, "optim": 104, "option": 98, "parallel": 104, "phase": [98, 106], "plot_benchmark": 60, "plot_coeffici": 61, "plot_dev": 62, "plot_kkt": 63, "plot_set_s": 64, "poisson": 72, "predict": 65, "prerequisit": 101, "process": 98, "properli": 99, "question": 99, "quickstart": 105, "refer": 0, "regular": 99, "residu": 66, "respons": [100, 102, 105], "root": 40, "root_funct": 41, "root_lower_bound": 42, "root_upper_bound": 43, "run": 98, "safeti": 104, "score": 98, "set_config": 45, "singl": [99, 100, 102], "snp": [98, 106], "snp_phased_ancestri": [50, 73, 83], "snp_unphas": [51, 74, 84], "snpdat": 98, "solv": [44, 99], "solver": [0, 88, 89], "spars": 85, "standard": 86, "state": [0, 32, 33, 34, 35, 36, 37, 38, 90, 91, 92, 93, 94, 95, 96], "stategaussiancov64": 32, "stategaussiannaive64": 33, "stategaussianpincov64": 34, "stategaussianpinnaive64": 35, "stateglmnaive64": 36, "statemultigaussiannaive64": 37, "statemultiglmnaive64": 38, "subset": 87, "term": 98, "thread": 104, "unphas": 106, "up": 98, "user": 107, "valid": 98, "valu": 99, "verifi": 101, "x": 98}}) \ No newline at end of file