| NEWS | R Documentation | 
Package News
version 1.2.5 (Release date: 2022-01-11)
NEW
- adding - generate_simulated_data_from_estimated_modelfor generating simulated networks from a fitted joint estimation model and- plot_contributionfor plotting contributions calculated from simulated and observed data.
version 1.2.4 (Release date: 2021-12-22)
NEW
- adding a quantification of the contributions of preferential attachment and fitness mechanisms in the growth process of a temporal network. See the help page of - joint_estimatefor more information.
version 1.2.1 (Release date: 2021-10-29)
NEW
- Updating bibliography information for the PAFit-oneshot method. 
version 1.1 (Release date: 2021-05-13)
NEW
-  PAFit_oneshotfunction for estimating the preferential attachment function from one snapshot.
version 1.0.1.6 (Release date: 2020-01-09)
FIXED
- some changes in various functions. 
version 1.0.1.5 (Release date: 2019-12-21)
FIXED
- some bugs in the - generate_netfunction.
version 1.0.1.2 (Release date: 2019-04-11)
FIXED
- a bug in the plot function. 
version 1.0.0.8 (Release date: 2018-12-01)
FIXED
- a bug in the CV step. 
version 1.0.0.7 (Release date: 2018-09-19)
FIXED
- a bug when the number of non-zero positions in - A_kis three.
version 1.0.0.6 (Release date: 2018-08-29)
CHANGED
- updated the tutorial 
- updated the help manual 
version 1.0.0.4 (Release date: 2018-04-25)
NEW
- new function - test_linear_PAto chech whether the linear PA-only case is consistent with the observed degree distribution.
CHANGED
- updated the tutorial 
- updated the help manual 
version 1.0.0.3 (Release date: 2018-02-05)
FIXED
- added some error messages to handle edge cases 
version 1.0.0.1 (Release date: 2017-07-01)
CHANGED
- updated the tutorial 
version 1.0.0.0 (Release date: 2017-06-12)
NEW
- funtion to plot generated networks of PAFit. 
- functions to convert networks generated by PAFit to objects in packages igraph or networkDynamic. 
- functions to read a graph from an edgelist matrix file or a gml file. 
- functions to write a graph to an edgelist file or a gml file. 
version 0.9.9.1 (Release date: 2017-05-15)
NEW
- now one can register an isolated node - iat time- tby adding one row: (- i -1 t).
version 0.9.8.9 (Release date: 2017-04-18)
FIXED
- a bug in the - joint_estimatewhen the cv data contains only one node.
version 0.9.8.8 (Release date: 2017-04-17)
NEW
- a new interface for almost every main functionality of the package 
- a completely re-written tutorial 
version 0.9.7.5 (Release date: 2017-02-15)
FIXED
- a bug in plotting the PA function when the degree threshold is set too high 
CHANGED
- improved the exposition in the documentation 
- improved code readability 
NEW
- wrapper functions to generate networks from well-known models 
- complete overhaul of the main functions. 
version 0.9.6 (Release date: 2017-02-02)
FIXED
- minor bugs in edge cases 
CHANGED
- improved the exposition in the documentation 
- improved code readability 
NEW
- adding confidence interval for the estimated attachment exponenent in all methods 
version 0.9.5 (Release date: 2017-02-01)
FIXED
- some minor bugs 
CHANGED
- improved the exposition in the documentation 
- improved code readability 
NEW
- starting to use GitHub for bugs reporting: https://github.com/thongphamthe/PAFit/issues 
- starting to use a parallel GitHub homepage: https://github.com/thongphamthe/PAFit 
- the corrected Newman's method and Jeong's method are implemented 
- functions to evaluate error between estimation and true values 
version 0.9.3 (Release date: 2017-1-20)
FIXED
- a bug in reading data in which time-stamps are factors 
NEW
- functions for performing cross validation when assuming - A_k = k^\alpha. This will reduce the cross validation to one-dimensional search, since in this case we only have to find the optimum parameter- sfor fitness
- starting use this NEWS