Skip to main content
Question

Calculate statistics from a list

  • February 18, 2014
  • 2 replies
  • 163 views

philippeb
Enthusiast
Forum|alt.badge.img+22
Hi!

 

I am trying to calculate statistics from an attribute into my list, but it is not possible with the StatisticsCalculator, I have to choose an element from the list when I select my attribute.

 

For the mean value it is easy to by pass this tool (ListSummer, ListElementCounter, ExpressionEvaluator et voilà!), but for the standard deviation, I don't see how to do it.

 

Can you open my eyes?

 

Thank you!
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

philippeb
Enthusiast
Forum|alt.badge.img+22
  • Author
  • Enthusiast
  • February 18, 2014
OK I think I've just figured it out.

 

I use the GOIDGenerator to create unique ID for each of me features.

 

After I use ListExploder to explode each of my features depends of the number of elements I have into my list. And After I use StatisticsCalculator (group by goid) and I choose my attribute.

 

I use Duplicateremover at the end to delete unwanted features.

 

So simple, it's a miracle I thought about that at the end of the day.

 


takashi
Celebrity
  • February 20, 2014
Tip. If you looked at Summary port of the StatisticsCaluculator, may not need the DuplicateRemover.