Probit - Probit-based stochastic network assignment
Assigns the flow with a Probit-based model. In this model the perceived travel time along any given path is normally distributed with mean ta and variance beta*ta. The algorithm use to make the assignment is base on a Monte Carlo simulation of the perceived link travel times.
net=TrafficExample("Small"); ta=net.links.lpf_data(1,:); // uses the example net Small [f,s]=Probit(net,ta,0.1,0.001,7);