![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
data manipulationby ng0177 (Acolyte) |
on Feb 28, 2021 at 15:00 UTC ( #11128907=perlquestion: print w/replies, xml ) | Need Help?? |
ng0177 has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
rather than resorting to anything else, I would like to write a data manipulation script in perl. The task is as follows, see attached data file: 1. find and read vector of 36 (or n) values Opt.OptGBM.Parameters starting with 0.1 2. overwrite 36 (or n) numbered triple line block lower and upper values of Opt.OptGBM.Design.OptParam.001.Name with a percentage e.g. +/- 10% of the vector value for
lower: vector*(1+vector*percentage) and
I can go ahead and refresh my knowledge, if anyone may give some guidance. Appreciate, Thomas
Back to
Seekers of Perl Wisdom
|
|