-
Notifications
You must be signed in to change notification settings - Fork 37
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
This is a transference of the ergm-private" "control_llik" branch to the public version ergm 4.0. #337
base: master
Are you sure you want to change the base?
Commits on Jul 1, 2021
-
This is a transference of the ergm-private" "control_llik" branch to …
…the public version ergm 4.0. The branch consolidates control arguments to the likelihood functions used in ergm.estimate into a single list variable called "control.llik". This simplifies the calls to the functions. The branch also adds a simple hook in "ergm.estimate" for the Kpenalty likelihood functions. These are required for the "ergm'tapered" package to interoperate with "ergm". Also fixed a few documentation typos in "ergm".
Configuration menu - View commit details
-
Copy full SHA for 2d0a718 - Browse repository at this point
Copy the full SHA 2d0a718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc98f4 - Browse repository at this point
Copy the full SHA 2dc98f4View commit details
Commits on Jul 9, 2021
-
Merge commit 'f59a5b36db56a178d6ead446d8d444e6a0598e02' into control_…
…llik # Conflicts: # man/ergm-terms.Rd
Configuration menu - View commit details
-
Copy full SHA for 0ad0a80 - Browse repository at this point
Copy the full SHA 0ad0a80View commit details
Commits on Jul 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e709ad3 - Browse repository at this point
Copy the full SHA e709ad3View commit details -
Added direct deterministic gradients and hessian for Kpenalty.
These required extensive algebra and computation. However, they dramatically improve the computational speed and accuracy of the Kpenalty method.
Configuration menu - View commit details
-
Copy full SHA for da7e4c1 - Browse repository at this point
Copy the full SHA da7e4c1View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 44d73ce - Browse repository at this point
Copy the full SHA 44d73ceView commit details
Commits on Aug 27, 2022
-
Added a MPLE.save.xmat control argument
Added a MPLE.save.xmat control argument to return the design matrix from the MPLE fit (if any). The current and retained default is to remove it.
Configuration menu - View commit details
-
Copy full SHA for 236c9ba - Browse repository at this point
Copy the full SHA 236c9baView commit details -
Added a MCMC.esteq.exclude.statistics control argument
control$MCMC.esteq.exclude.statistics allows network statistics to not be included in the estimating equations. There equations determine most convergence diagnostics. For some models there are some terms that are not zero at convergence and should be removed. For example, this supports tapering models which may have terms with non-specific means. The estimating equations are used in a number of places and the code follows those places. Specifically, it is a vector of strings being the names of the statistics to be excluded from the estimating equations.
Configuration menu - View commit details
-
Copy full SHA for fdd727d - Browse repository at this point
Copy the full SHA fdd727dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 546408c - Browse repository at this point
Copy the full SHA 546408cView commit details
Commits on Aug 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b1ad981 - Browse repository at this point
Copy the full SHA b1ad981View commit details