Click here to Skip to main content
15,913,685 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Latest Australian tourism ad Pin
Garth J Lancaster20-Sep-14 13:47
professionalGarth J Lancaster20-Sep-14 13:47 
GeneralRe: Latest Australian tourism ad PinPopular
_Maxxx_20-Sep-14 20:18
professional_Maxxx_20-Sep-14 20:18 
GeneralRe: Latest Australian tourism ad Pin
OriginalGriff20-Sep-14 20:39
mveOriginalGriff20-Sep-14 20:39 
GeneralRe: Latest Australian tourism ad Pin
Super Lloyd21-Sep-14 14:59
Super Lloyd21-Sep-14 14:59 
GeneralRe: Latest Australian tourism ad Pin
Garth J Lancaster21-Sep-14 2:15
professionalGarth J Lancaster21-Sep-14 2:15 
GeneralRe: Latest Australian tourism ad Pin
Maciej Los21-Sep-14 3:29
mveMaciej Los21-Sep-14 3:29 
GeneralRe: Latest Australian tourism ad Pin
Joe Woodbury21-Sep-14 7:01
professionalJoe Woodbury21-Sep-14 7:01 
GeneralOne for the math/stats buffs. Pin
Brady Kelly20-Sep-14 7:38
Brady Kelly20-Sep-14 7:38 
I have a range of values (voltage) over time (thousands of minutes, one value per minute). I am trying to chart these. Determining the length of my Y axis is quite a problem for me. If I take a minimum and maximum, and use that as the axis height, one or two zero values result in all the others being scrunched up at the top of the chart. If I remove zeroes, it looks much better, and for a chart, they aren't very important, I'll give all real values in a tabular report.

What I would like to do is determine the average height of the band of data points, sort of the space between the moving average of the low points and that of the heigh points. I figure to do that, I would need a median series, so I could determine a smoothed series of points above and below median, and make my Y axis 's' higher and 's' lower than those.

How do people normally do this?
GeneralRe: One for the math/stats buffs. Pin
Kenneth Haugland20-Sep-14 7:58
mvaKenneth Haugland20-Sep-14 7:58 
GeneralRe: One for the math/stats buffs. Pin
Brady Kelly20-Sep-14 8:07
Brady Kelly20-Sep-14 8:07 
GeneralRe: One for the math/stats buffs. Pin
Kenneth Haugland20-Sep-14 8:11
mvaKenneth Haugland20-Sep-14 8:11 
GeneralRe: One for the math/stats buffs. Pin
BillWoodruff20-Sep-14 8:13
professionalBillWoodruff20-Sep-14 8:13 
QuestionRe: One for the math/stats buffs. Pin
CPallini20-Sep-14 9:13
mveCPallini20-Sep-14 9:13 
AnswerRe: One for the math/stats buffs. Pin
Brady Kelly20-Sep-14 21:36
Brady Kelly20-Sep-14 21:36 
QuestionRe: One for the math/stats buffs. Pin
CPallini20-Sep-14 22:03
mveCPallini20-Sep-14 22:03 
AnswerRe: One for the math/stats buffs. Pin
Brady Kelly20-Sep-14 23:49
Brady Kelly20-Sep-14 23:49 
GeneralRe: One for the math/stats buffs. Pin
patbob22-Sep-14 5:43
patbob22-Sep-14 5:43 
GeneralRe: One for the math/stats buffs. Pin
User 483504720-Sep-14 10:47
User 483504720-Sep-14 10:47 
GeneralRe: One for the math/stats buffs. Pin
Richard Andrew x6420-Sep-14 12:18
professionalRichard Andrew x6420-Sep-14 12:18 
GeneralRe: One for the math/stats buffs. Pin
User 483504720-Sep-14 16:52
User 483504720-Sep-14 16:52 
GeneralRe: One for the math/stats buffs. Pin
Brady Kelly20-Sep-14 21:46
Brady Kelly20-Sep-14 21:46 
GeneralRe: One for the math/stats buffs. Pin
RTek2320-Sep-14 11:09
professionalRTek2320-Sep-14 11:09 
GeneralRe: One for the math/stats buffs. Pin
Brady Kelly20-Sep-14 21:35
Brady Kelly20-Sep-14 21:35 
GeneralRe: One for the math/stats buffs. Pin
RTek2321-Sep-14 1:56
professionalRTek2321-Sep-14 1:56 
GeneralRe: One for the math/stats buffs. Pin
Mark_Wallace21-Sep-14 1:00
Mark_Wallace21-Sep-14 1:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.