mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 12:43:04 +02:00
fix: minor typos
This commit is contained in:
parent
17f13fb587
commit
ddc58f38b9
4
Programming/WDWR/projekt/ER.txt
Normal file
4
Programming/WDWR/projekt/ER.txt
Normal file
@ -0,0 +1,4 @@
|
||||
8.50944172786882
|
||||
8.47100593224391
|
||||
8.1319049712769
|
||||
6.39446520538826
|
||||
@ -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)
|
||||
|
||||
|
||||
10001
Programming/WDWR/projekt/data10000.txt
Normal file
10001
Programming/WDWR/projekt/data10000.txt
Normal file
File diff suppressed because it is too large
Load Diff
8
Programming/WDWR/projekt/readme.md
Normal file
8
Programming/WDWR/projekt/readme.md
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user