Displaying 2 results from an estimated 2 matches for "capitanio".
Did you mean:
capitani
2007 Nov 19
5
Registration problem: UA -> SER -> Asterisk
Hi,
we a have a SER (OpenSER) in front of 2 real-time Asterisk.
SER simply forward SIP messages to 1 of the Asterisks:
UA --> SER --> Asterisk
We have a problem with REGISTERs:
Asterisk answers with 200 OK, but changes the Contact header, inserting
the IP of SER instead of the original IP (the IP of the UA).
It seems that performs a sort of NAT-traversal, but all the elements are
on
2006 Aug 10
0
sn package - skew t - code for analytical expressions for first 4 moments
hello users of the SN package,
i thought i post here some useful help on R code on the 4 moments for the skew t
sampling gives seldom good results for skewness and kurtosis, so
one really needs the analytical results,
it took me some time to get it from the article
Azzalini, A. & Capitanio, A. (2003),
Distributions generated by perturbation of symmetry with emphasis on
a multivariate skew-t distribution.
hope it is one day useful for someone else too.
bye
luc
# computing analytical moments for skew t of azzalini
xi=location;
alpha=shape;
omega=sd(X);
delta=alpha/sqrt(1+alpha^2);...