Displaying 2 results from an estimated 2 matches for "sgae".
Did you mean:
sage
2004 Aug 06
3
DMCA and webcasting
Last year I arranged with my college radio station and ITS department to
webcast the radiostation using icecast. The webcast has been a wonderful
success so far. My problem now is not technical, but political. A few days
ago I recieved the following message from the station director:
==================================================================
hey josh,
i talked to [faculty advisor]
2011 Jun 23
0
Fwd: Re: Help with winbugs code
...gt; <-8.0*pspk pspk~dgamma(10,8) sgpk<-1/pspk
var.kp <http://var.kp> <-8.0*pskp pskp~dgamma(10,8) sgkp<-1/pskp
var.sp <-8.0*pssp pssp~dgamma(10,8) sgsp<-1/pssp
var.nm <-8.0*psnm psnm~dgamma(10,8) sgnm<-1/psnm
var.ae <http://var.ae> <-8.0*psae psae~dgamma(10,8) sgae<-1/psae
#beta
beta[1] ~dnorm(0.4,var.pk <http://var.pk>)
beta[2] ~dnorm(0.5,var.sp)
beta[3] ~dnorm(0.6,var.sp)
beta[4] ~dnorm(0.6,var.nm)
beta[5] ~dnorm(0.5,var.nm)
beta[6] ~dnorm(0.4,var.ae <http://var.ae>)
phi[1:5,1:5] ~dwish(R[1:5,1:5],30)
phx[1:5,1:5]<-inverse(phi[1:5,1:5])...