-
Notifications
You must be signed in to change notification settings - Fork 18
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
Continuing development of ZIPLN models #118
Merged
Changes from 27 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
18eac2d
started inclusino of lambertW close form solution for R in zipln
jchiquet a6656e6
Merge branch 'zipln-lambert' into zipln
jchiquet 5aea835
added exact form and optimization for W|Y (with tests)
jchiquet 0318d07
added plot function for ZIPLNfit_sparse + mututalizing code woth PLNn…
jchiquet ce4da2c
added entry to pkgdown
jchiquet 3efa55a
added import to rgb from grDevices
jchiquet 7b9b05b
correction in example for ZIPLNfit_sparse
jchiquet e5cb284
regenerating doc for passing (hopefully) checks
jchiquet 7134044
good first step towards integration of ZIPLNnetworksfamily
jchiquet 8baf695
fix in plot_objectif for ZIfamily [ci skip]
jchiquet 21bb537
start sharing (ZI)PLNnetworkfamilies by introducing a virtual class f…
jchiquet 5afec1b
share S3 methods [ci-skip]
jchiquet a4b25de
[ci-skip] somes reformulation in ZIPLNnetwork
jchiquet fe1a24c
passing test but some code reorganisation/cosmetics remain
jchiquet 5c344ae
some simplification in PLNnetworkfit
jchiquet e5bfded
use a list to carry data for simplification (for PLNnewotk and ZIPLNn…
jchiquet d7aec33
regenerating doc
jchiquet e9d221c
completing _pkgdown.yml
jchiquet b13c94c
add test for ziplnetwork
jchiquet b457142
fixing stability selection for ZIPLNetwork
jchiquet 2d90739
updating doc
jchiquet cb1de62
Documentation cleanup and fixes for PLNnetwork* classes and methods.
mahendra-mariadassou bbc5737
Update doc for ZIPLN* classes
mahendra-mariadassou c8eb7c3
Refactor nb_param for ZIPLNfit
mahendra-mariadassou 147a5f5
Fix typos in tests
mahendra-mariadassou 5ce27fc
Fix igraph warning in tests
mahendra-mariadassou 36123fd
Update doc
mahendra-mariadassou 23090f2
Fix broken link in doc
mahendra-mariadassou dea8605
fixes to Mahendra's comments
jchiquet 1c000d0
upadted NEWS file with new ZIPLN features
jchiquet 25d2444
updating R check with oldrel for macos and windows
jchiquet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Introduced in ctrapnell's PR. Allows the user to:
inception
inception_cov
of the covariance in the (yet-to-be fitted) inception model used to initialize members of the family among full (default, same as before), diagonal, sphericalUseful for large dataset as the "full" model used for initialization (corresponding to
inception_cov
is ignored isinception
is provided.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noted, thx.