Questions tagged [trend]

A trend is the general drift or tendency in a set of data.

Trend in math is a mathematical tool used to show a pattern in the occurrence of data. An example would be; if a set of numbers in any given data increases and the values of the other set of numbers increases, then they are said to have a positive trend and vice versa. If the data shows no relation then the set shows no trend.

332 questions
-2
votes
1 answer

How to determine the direction of a slope in Matlab?

To determine the trend of earth, I need to determine the direction of slope using Matlab. My data is point cloud. In an area, I segment that area in windows and each window selects a ground point. For example, in an area some of the ground points…
Ahmad
  • 3
  • 2
-3
votes
1 answer

Find list trend if decrease over 80%

I have a dict like: a = {'1': [100,95,10,80,82,78,8,7,9,2], '2': [98,99,11,82,107,78,8,69,2], '3': [10,98,10,80,20,45,46,50,4,2]} If the list of trend drops below 80% and continues below 80% code will print "trend is under 80%". The…
user289017
  • 15
  • 6
1 2 3
22
23