Click here to Skip to main content
15,886,873 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: PYTHON X-AXIS NEAREST POINT Pin
Albert Holguin5-Nov-14 10:43
professionalAlbert Holguin5-Nov-14 10:43 
GeneralRe: PYTHON X-AXIS NEAREST POINT Pin
CHill602-Nov-14 10:33
mveCHill602-Nov-14 10:33 
GeneralRe: PYTHON X-AXIS NEAREST POINT Pin
Alan Balkany12-Jan-15 9:03
Alan Balkany12-Jan-15 9:03 
Generalfinger search algorithm using data structure in c-program Pin
Member 111385018-Oct-14 5:31
Member 111385018-Oct-14 5:31 
GeneralRe: finger search algorithm using data structure in c-program Pin
Richard MacCutchan8-Oct-14 6:18
mveRichard MacCutchan8-Oct-14 6:18 
GeneralRe: finger search algorithm using data structure in c-program Pin
harold aptroot8-Oct-14 6:37
harold aptroot8-Oct-14 6:37 
GeneralRe: finger search algorithm using data structure in c-program Pin
Member 111385019-Oct-14 3:33
Member 111385019-Oct-14 3:33 
QuestionHow do I manipulate a series of data chart points against their Y-Axis so they are evenly distributed along the axis? Pin
Brady Kelly20-Sep-14 21:39
Brady Kelly20-Sep-14 21:39 
Excuse me, first posted in the lounge, but Bill suggested I post here:

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?
AnswerRe: How do I manipulate a series of data chart points against their Y-Axis so they are evenly distributed along the axis? Pin
Bernhard Hiller21-Sep-14 21:32
Bernhard Hiller21-Sep-14 21:32 
GeneralRe: How do I manipulate a series of data chart points against their Y-Axis so they are evenly distributed along the axis? Pin
Brady Kelly21-Sep-14 22:00
Brady Kelly21-Sep-14 22:00 
GeneralRe: How do I manipulate a series of data chart points against their Y-Axis so they are evenly distributed along the axis? Pin
Bernhard Hiller22-Sep-14 2:03
Bernhard Hiller22-Sep-14 2:03 
QuestionOptimizing memory usage Pin
CDP180214-Sep-14 2:14
CDP180214-Sep-14 2:14 
AnswerRe: Optimizing memory usage Pin
Daniel Pfeffer15-Sep-14 22:41
professionalDaniel Pfeffer15-Sep-14 22:41 
GeneralRe: Optimizing memory usage Pin
harold aptroot16-Sep-14 6:28
harold aptroot16-Sep-14 6:28 
QuestionHow .NET CLR understands More languages Pin
pitchaiyan12-Sep-14 5:12
pitchaiyan12-Sep-14 5:12 
GeneralRe: How .NET CLR understands More languages Pin
PIEBALDconsult12-Sep-14 5:31
mvePIEBALDconsult12-Sep-14 5:31 
GeneralRe: How .NET CLR understands More languages Pin
pitchaiyan12-Sep-14 5:42
pitchaiyan12-Sep-14 5:42 
RantRe: How .NET CLR understands More languages Pin
George Jonsson14-Sep-14 16:23
professionalGeorge Jonsson14-Sep-14 16:23 
AnswerRe: How .NET CLR understands More languages Pin
Richard MacCutchan12-Sep-14 5:58
mveRichard MacCutchan12-Sep-14 5:58 
QuestionAlgorithm to find a given number is prime or not. Pin
Member 110631236-Sep-14 1:21
Member 110631236-Sep-14 1:21 
GeneralRe: Algorithm to find a given number is prime or not. Pin
harold aptroot6-Sep-14 2:32
harold aptroot6-Sep-14 2:32 
GeneralRe: Algorithm to find a given number is prime or not. Pin
Member 110631236-Sep-14 4:01
Member 110631236-Sep-14 4:01 
GeneralRe: Algorithm to find a given number is prime or not. Pin
harold aptroot6-Sep-14 4:10
harold aptroot6-Sep-14 4:10 
GeneralRe: Algorithm to find a given number is prime or not. Pin
Member 110631236-Sep-14 4:14
Member 110631236-Sep-14 4:14 
GeneralRe: Algorithm to find a given number is prime or not. Pin
Member 110631236-Sep-14 4:18
Member 110631236-Sep-14 4:18 

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.