# NOT RUN {
# a simulated ordered data at step-30
x.seq = rnorm(30,2,1.5)
# UMPBT alternative at step-30
## providing the data x.seq
umpbt.oneT(n= 60, obs= x.seq)
## providing the sd of x.seq
umpbt.oneT(n= 60, s= sd(x.seq))
# }
Run the code above in your browser using DataLab