The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Quartile
Hello,
I have a process in which I aggregate the scores as mean by year and week, using pivot operator.
I then forecast the weekly mean(score).
I want also to try to forecast the first quartile, but I'm not finding a way to extract it.
Neither in the pivot operator options nor in the other operators.
I thought about extract aggregates, but that is not solving my issue.
Thanks,
Pedro
I have a process in which I aggregate the scores as mean by year and week, using pivot operator.
I then forecast the weekly mean(score).
I want also to try to forecast the first quartile, but I'm not finding a way to extract it.
Neither in the pivot operator options nor in the other operators.
I thought about extract aggregates, but that is not solving my issue.
Thanks,
Pedro
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornThe Aggregrate operator now has a percentile function option where you enter the percentile value you want (1-100). You can use that to extract the first quartile and then make it your label.5
Answers
Exactly what I was looking.
Many thanks,
Pedro