Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mggd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ImHorPhen
mggd
Graph
613ed2e1868c5310f3feab209bc617bc7e45d0cd
Select Git revision
Branches
1
main
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Dec
17
10
Jul
5
4
4
Jun
2
May
19
Mar
5
Feb
2
25
Jan
24
19
18
17
14
Dec
12
16
Oct
4
May
3
20
Apr
22
Mar
13
10
7
6
3
2
13
Jun
10
9
8
30
May
25
24
23
18
17
16
22
Apr
20
13
17
Mar
11
7
3
2
1
17
Feb
16
15
14
11
10
9
Version number
main
main
mggd will no longer be maintained. Use multvardiv instead.
Ref to multvardiv package
Version number
Ref added
Internal function buildMlist and buildxlist: now at the beginning of the function code.
Link to function plot3d.function() from package rgl
Version number
rbindlist imported from data.table package
roxygen2 version
Version number. Imports data.table
Use of data.table::rbindlist() instead of rbind()
Version updated
Small correction in the help page
Example for dim p=6 removed (was too long to run)
Version number
Version updated. Know depends: R-4.3.0
Test for dim 6 added
Test for dim p=5 added
roxygen2 version updated
lnfactorial removed
Help completed
lnfactorial removed (we use base::lfactorial instead)
Function removed (base::lfactorial does the same, and runs faster)
Use base::lfactorial (instead of mggd::lnfactorial)
Use base::lfactorial (instead of mggd::lnfactorial)
Commentaries added/updated
Internal functions removed. Calculation of the sums: with rowSums(M) and not apply(M, 1, sum)
Import combn from the utils package
Method for the computation of the elements of the sum changed: it now runs faster and, in the "while" loop, the table M for the combinations of the indices is corrected (there was an error for dim > 3)
File name changed
correction of the calculation of factorials and of the x^m
Change for the computation of Mi! and x^{Mi}
Some tries (commented code)
Function name was changed
The lnapoch, lnbpoch and lngpoch elements are now calculated once for each value in M or Msum. This improves the execution time.
Version updated. Roxygen version updated.
Modified, due to change of dad-packages.R
Former names of the functions replaced by their new names
File renamed. New way of indicating the page class for the help page of the package
Loading