Scilab Function
Last update : 5/9/2006

sba - create the derivational BA model with arbitrary attractiveness, fitness and nonlinear attachment probability.

Calling Sequence

[a,b] = sba(M0,M,T,ASSORT,K0,EXP)

Parameters

Description

Recently scholars purposed several new parameters such as attractiveness, fitness and nonlinear attachment probability in order to simulate the different statistic results of networks. People could define the matrix assort, k0, with different rules, generate the Dorogovtsev -Mendes-Samukhin (DMS) model, Krapivsky model, Bianconi-Barabasi (BB) model.

Examples

	assort=ones(1,10000);
	k0=zeros(1,10000);
	[a b]=sba(6,4,9994,assort,k0,2);
  

See Also

er ,   ws ,   ba ,   bbv ,  

Authors

Wubo