fix: minor typos

This commit is contained in:
Krzysztof Rudnicki 2025-04-20 18:45:33 +02:00
parent 17f13fb587
commit ddc58f38b9
4 changed files with 10014 additions and 1 deletions

View File

@ -0,0 +1,4 @@
8.50944172786882
8.47100593224391
8.1319049712769
6.39446520538826

View File

@ -11,7 +11,7 @@ lower_bound = 5
upper_bound = 12
# Generate scenarios
data <- rtmvt(n=10000, mean=mu, sigma=sigma, df=5, lower=rep(lower_bound, 4), upper=rep(upper_bound, 4))
data <- rtmvt(n=10000, mean=Mu, sigma=Sigma, df=5, lower=rep(lower_bound, 4), upper=rep(upper_bound, 4))
write.table(format(data, digits=15, drop0trailing=F), "data10000.txt", quote=F, sep="\t", eol="\n\t", col.names = F, row.names = T)
mean <- colMeans(data)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
sudo pacman -S r
yay r-tmvtnorm
Rscript WDWR.r
#Download AMPL
https://wutwaw-my.sharepoint.com/:f:/g/personal/adam_krzemienowski_pw_edu_pl/EopE83LtqlJFnzi8u2iDkwoBgISyjUVvCbcE4EVaUwEMqw
~/ampl/ampl_linux-intel64/ampl ./WDWR1.run
~/ampl/ampl_linux-intel64/ampl ./WDWR2.run
~/ampl/ampl_linux-intel64/ampl ./WDWR3.run