Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add minres factor analysis #20

Merged
merged 2 commits into from
Oct 17, 2021
Merged

Add minres factor analysis #20

merged 2 commits into from
Oct 17, 2021

Conversation

eribean
Copy link
Owner

@eribean eribean commented Oct 17, 2021

Minimum residual factor analysis was added

from RyStats.factoranalysis import minres_factor_analysis

Minimum residual factor analysis is equivalent to unweighted least squares factor analysis link

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2021

Codecov Report

Merging #20 (6c7f6b2) into main (4efa0d1) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #20   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        33    +1     
  Lines          973      1000   +27     
=========================================
+ Hits           973      1000   +27     
Impacted Files Coverage Δ
factoranalysis/__init__.py 100.00% <100.00%> (ø)
factoranalysis/minimum_residual.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4efa0d1...6c7f6b2. Read the comment docs.

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

Successfully merging this pull request may close these issues.

2 participants