Displaying 2 results from an estimated 2 matches for "varalpha".
Did you mean:
sayalpha
2012 May 24
3
set tkscale by tkentry
...quite big, I can't set
the scale to a certain specific value. Therefore I want to add tkentry to
allow the user to set tkscale to a certain value.
Here is the code
library(tcltk)
tt<-tktoplevel()
tkpack(m1<-tkscale(tt,from=306870.00, to=3026741, label="alpha",
variable="varalpha",showvalue=TRUE, resolution=1,
orient="horiz"),side="bottom")
tkpack(tkentry(tt,width="10",textvariable="varalpha",validate="key",validatecommand="string
is double %P"),side="bottom")
As you can see, varalpha is a global va...
2006 Apr 08
1
add lines to a plot with a loop without erase the last one
...lpha<-5
beta<-10
var<-0.5
s<-runif(1000,0,50)
m<-length(s)
variancealpha<-0.002
variancebeta<-0.051
variancevar<-0.001
alphachap<-vector()
betachap<-vector()
varchap<-vector()
epsilon<-vector()
b<-vector()
u<-vector()
varbeta<-vector()
varalpha<-vector()
biaisbeta<-vector()
biaisalpha<-vector()
biaisvar<-vector()
data<-matrix(99,length(s),n)
# III) Je g?n?re les erreurs suivant une loi normale centr?e sur 0 et de
variance sigma? d?j? fix?e.
d<-c(5,10,20,100,200,400,450,500,800)
for (k in 1:length(d))
{
n<-...