Skip to content

Commit

Permalink
Merge pull request #52 from AnotherSamWilson/MeanMatchScheme
Browse files Browse the repository at this point in the history
Mean match scheme
  • Loading branch information
AnotherSamWilson authored Jul 29, 2022
2 parents c41f797 + b870d8d commit 8a5ecac
Show file tree
Hide file tree
Showing 22 changed files with 2,094 additions and 1,298 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ dev/
.Rproj.user
miceforest.Rproj
.Rhistory
benchmarks/*
202 changes: 139 additions & 63 deletions README.Rmd

Large diffs are not rendered by default.

327 changes: 212 additions & 115 deletions README.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/ImputedData.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ImputedData
===========

.. currentmodule:: miceforest

ImputedData
-----------

.. autosummary::
:toctree: id/

ImputedData
12 changes: 12 additions & 0 deletions docs/MeanMatchScheme.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
MeanMatchScheme
================

.. currentmodule:: miceforest

MeanMatchScheme
----------------

.. autosummary::
:toctree: mms/

MeanMatchScheme
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
autoclass_content = 'class'

# Generate autosummary pages.
autosummary_generate = ['ImputationKernel.rst', "utils.rst"]
autosummary_generate = ['ImputationKernel.rst', 'ImputedData.rst', "utils.rst", "MeanMatchScheme.rst"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
30 changes: 30 additions & 0 deletions docs/id/miceforest.ImputedData.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
miceforest.ImputedData
======================

.. currentmodule:: miceforest

.. autoclass:: ImputedData


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~ImputedData.__init__
~ImputedData.complete_data
~ImputedData.dataset_count
~ImputedData.get_correlations
~ImputedData.get_means
~ImputedData.iteration_count
~ImputedData.plot_correlations
~ImputedData.plot_imputed_distributions
~ImputedData.plot_mean_convergence






2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ There are very extensive `beginner <https://github.com/AnotherSamWilson/micefore
:caption: Contents:

ImputationKernel
ImputedData
MeanMatchScheme
utils
29 changes: 29 additions & 0 deletions docs/mms/miceforest.MeanMatchScheme.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
miceforest.MeanMatchScheme
==========================

.. automodule:: miceforest.MeanMatchScheme











.. rubric:: Classes

.. autosummary::

MeanMatchScheme









Loading

0 comments on commit 8a5ecac

Please sign in to comment.