Top "Trend" questions

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

Identifying trend with SQL query

I have a table (let's call it Data) with a set of object IDs, numeric values and dates. I would …

sql trend
How to build a trendline on a graph in R

I've checked everywhere, and people refer to examples that I can't understand (yes I'm kinda slow). Could anyone please explain …

r data-visualization trend
How to check if a sequence of numbers has a increasing/decreasing trend in C++

What's the best way to check if a sequence of numbers has an increasing or decreasing trend? I know that …

c++ vector int trend
Time Trend Variable in Balanced Panel Data, Stata

I have some balanced panel data and want to include trend variable into my regression. However, I have 60 districts in 7 …

variables stata trend panel-data
Calculating length of 95%-CI using dplyr

Last time I asked how it was possible to calculate the average score per measurement occasion (week) for a variable (…

r ggplot2 linechart confidence-interval trend
How can I detect if trend is increasing or decreasing in time series?

I have few weeks data with units sold given xs[weeks] = [1,2,3,4] ys['Units Sold'] = [1043,6582,5452,7571] from the given series, we can …

python time-series trend
Calculate if trend is up, down or stable

I'm writing a VBScript that sends out a weekly email with client activity. Here is some sample data: a b …

math vbscript trend
Jenkins—get "Build Time Trend" values using "Remote Access API"

Is there a way that we can get all Jenkins-"Build Time Trend" information ( Build number + Status[success/failed etc] + …

time build jenkins remote-access trend
Similarity of trends in time series analysis

I am new in time series analysis. I am trying to find the trend of a short (1 day) temperature time …

time-series matching trend