Research Article
Exploring Cooperative Game Mechanisms of Scientific Coauthorship Networks
Algorithm 1
A boundary detection algorithm for probability density functions.
Input: Observations Ds, s = 1, … ,n, rescaling function g(·), and fitting model h(·). | For k from 1 to max (D1, … ,Dn) do: | Fit h(·) to the PDF h0(·) of {Ds, s = 1, … ,n|Ds ≤ k} by maximum-likelihood estimation; | Do KS test for two data g (h (t)) and g (h0(t)), t = 1, … ,k with the null hypothesis they coming from the same continuous distribution; | Break if the test rejects the null hypothesis at significance level 5%. Output: The current k as the boundary point. |
|