The series tag has no wiki summary.
-1
votes
0answers
25 views
Java .wav into complex series [closed]
I'm trying to turn a .wav file into its complex series of the real and imaginary parts of its waveform in Java. How do I do this in Java? I've looked at guides for Fourier Transforms but they don't ...
0
votes
3answers
38 views
how to create alphabets like in excel coloumns
I try to create a Alphabet series like
a,b,c,...z,aa,ab,ac,ad,ae,af,...,az,ba,bb,bc,...,bz,..zz,aaa,aab,aac..up to given number(N)
but when i try to create it using for loops, i have created one for ...
0
votes
0answers
13 views
Add New Series to Chart from a Different Sheet (VBA)
I am new to VBA and trying to create a macro that uses Data from Sheet A to create a Chart in Sheet B.
Here is my code so far:
Sub test()
Application.ScreenUpdating = False
...
0
votes
1answer
43 views
Language: C; Compute a series recursive and iterative
I am currently trying to prepare myself for an exam and I stumbled across the following assignment:
Compute the series (recursive and iterative) 1-(1/2)+(1/3)-(1/4)+(1/5)...(1/n). I searched the web ...
0
votes
0answers
12 views
Solving approach for a series
I am having a great trouble on finding the solution of this series.
index 1 2 3 4 5
number 0 1 5 15 35
here say first index is an exception but what is the solution for that ...
0
votes
0answers
29 views
PHP separating multiple while loops in sequence
this is my first post here. I spent all of yesterday searching the net for an answer, but I think I've got a fairly unusual application of the while loop here so I didn't have much success.
...
-1
votes
0answers
19 views
unique page views on google analytics broken down by month [closed]
Surely there must be a way to download/view a table of all your unique page views (totals) on Google Analytics, broken down by month.
So it produces a table like this;
Month | Total Unique Views ...
0
votes
0answers
28 views
Change series in a chart with data defined in a HTML table
I'm using this type of chart in my aplication:
http://www.highcharts.com/demo/column-parsed
I made a html table and plot a chart based on its rows and columns. But, just as the example in the link, ...
0
votes
1answer
32 views
How to create in a serie multiple datas each in a diferent yaxis using highcharts
I'm working on a project to register pump curves in a MySQL database. So I'm trying to create the closest possible one chart with 3 yAxis (H, NPSH, Power) and 2 xAxis (flow and efficiency). I uploaded ...
0
votes
0answers
18 views
extjs charts useNull values
Looks like I am doing something wrong. Can you please point me at the right direction.
Why using "useNull: true" property in datastore produces this results? Please see attached file.
Just as a ...
0
votes
2answers
30 views
pandas assigning series view to a series view doesn't work?
I'm trying to take a slice view from a series (logically indexed by a conditional), process it then assign the result back to that logically-indexed slice.
The LHS and RHS in the assign are Series ...
0
votes
0answers
37 views
Showing scaled percentages in a Highchart along with normal values
In google analytics, you can show clicks and Click Through Rate (a percentage) on the same chart.
This is essentially multiple series, one series contains absolute values vs date, and the other ...
0
votes
1answer
46 views
When using Highcharts, how do you get the point name from a data point series?
I've created a chart that has an array of objects with named values like the following
data: [{
name: 'Point 1',
color: '#00FF00',
y: 0
}, {
name: 'Point 2',
color: '#FF00FF',
...
0
votes
2answers
42 views
Highcharts multiple series
I've got this JSON array:
[{"name":"test1","data":[[1361574000000,0],[1362006000000,40.6],[1363388400000,35.7],
...
0
votes
0answers
32 views
choose labels to show inside legend of jqplot
the jqPlot displays labels of ALL the series it has on the graph. I want to show only some of the series on the labels. The thing is that some of lines are just there to show proper limit for values ...
0
votes
1answer
22 views
Highcharts JSON multiple series
I've made a working graph in Highcharts with x values for timestamp and y values for other values. Now I'm trying to plot 3 more y values against the same x values. What is the easiest way to do this ...
-5
votes
0answers
38 views
MATLAB or EXCEL: Find relation / formula in series of numbers [closed]
I need to get the relation of 2 numbers with 2 series:
„Series 1“ was obtained, using a certain parameter = 0.7
And „Series 2“ was obtained, only by changing the same parameter to 0.4
I need to ...
-1
votes
0answers
35 views
Function in C to calculate sin of an angle via Taylor series [closed]
I know that's a very easy question using the math.h library. But I need to write a function to calculate the sin of an angle(in rads), using Taylor's Series without using the math.h library. Could ...
0
votes
0answers
39 views
Trying to sum a Taylor series with Python Multiprocessing
Hi all I made this function that gives the sum of the first n terms of the Taylor expansion for arctan:
I'm using mpmath module with this, mpf is the arbitrary precision float type.
def ...
-2
votes
2answers
37 views
highcharts bubble change series name
I create a graphs on my site. It get the information from my db mysql and so It always update.
Now I want create, for each user of my site, a bubble chart with the visit, like and comment to every ...
0
votes
1answer
100 views
Python: Plotting a infinite series by only taking finite points
I am trying to plot an infinite series by taking only a finite amount of points. In my case, 3 and 10 points are sufficient.
The equation is the Lagrange power series in e the eccentricity.
E = Me ...
4
votes
2answers
71 views
Is there universal if function in numpy?
I have three series. I need to do the following operation element-wise:
Compare values from the first and second series.
If first is larger take arc-sinus of the element from the third series.
...
0
votes
1answer
36 views
How to define a function in pandas that takes series as an argument?
I have a data frame and I want to create a new column whose values are defined by values located in other columns (in the same row). It is very simple if I use simple operations (+, -, * and even ...
0
votes
1answer
44 views
Plot multiple embedded charts on separate sheets from shared data
my semi-working code below plots data from my "sheet1" to a chart, then moves it to its own sheet and embeds it there. All data is on "sheet1". Each chart needs its own new page. Every iteration uses ...
0
votes
2answers
30 views
Where can I find an API for obtaining an historical time series of stock prices
I am looking for an API that would give me daily closing stock prices (adjusted for splits and dividends) from a starting date to an ending date. As near as I can tell, the Yahoo API only gives ...
0
votes
1answer
36 views
Copy Chart Series Data To Another Chart
I have a chart using the Chart control which has 4 series with a bunch of lines.
How would i copy all the series to a second chart? Problematically of course.
0
votes
1answer
48 views
how do i generate sequence numbers in the for loop
i need help to generate a sequence numbers in the for loop i have code but it is not working properly as i want to do it is not generating series numbers?
i want script generate number like this
...
0
votes
1answer
50 views
Pandas: Get label for value in Series Object
How is it possible to retrieve the labe of a particular value in a pandas Series object:
For example:
labels = ['a', 'b', 'c', 'd', 'e']
s = Series (arange(5) * 4 , labels)
Which produces the ...
0
votes
0answers
16 views
log and mean operation in data preprocessing
I have a time series data, e.g. X_t = [x_{t_1}, x_{t_2}, ... x_{t_n}] (t = 1, ..., m), each X_t is an observation series within a fixed time interval, I want to transform each X_t into log scale ...
0
votes
1answer
44 views
Jqplot different kinds of rendering in one chart
I would like to build somthing like the chart in the sample: barLineAnimated.html.
my problem is; i have more then 1 series, which i like to render as bars, and one should be rendered as line.
I can't ...
0
votes
2answers
118 views
Highcharts Grouped Column Chart with Multiple Groups?
I'm looking to create a grouped column chart in Highcharts, except with multiple groups in a given day. The graph would look like this http://www.highcharts.com/demo/column-stacked-and-grouped (from ...
0
votes
0answers
22 views
Accuracy of Fourier series program
I have a program in Python which calculates the Fourier coefficients of a function with non-uniform point sampling (the function is obtained via edge detection).
My problem is that when I try to ...
0
votes
2answers
48 views
how do i generate series of numbers?
i need help to generate series of number and it should be generate series of number when
form is submitted i have code but it not working properly?
For Example I Want Like This
00500
00501
00502
...
0
votes
0answers
166 views
MSChart - Can't add a new Series to ChartType: RangeBar
I was going through the 200 samples of the chart control and found an ideal chart i'd like to use, but i can't replicate the chart.
When i click Properties -> Series -> Add, it shows an error message ...
0
votes
1answer
45 views
summation issue in mathematica
I'm puzzled by this behavior of mathematica. The two following expressions should return the same result:
Simplify[(1 - w)^2 Sum[w^(k+kp) Sum[If[l == lp, 1, 0], {l, 0, k}, {lp, 0, kp}],
{k,0, ...
0
votes
1answer
54 views
highcharts stacked series order is reversed
I tried an : example of stacked series on jsFiddle but according to me, series are reversed when stacked :
$(function () {
$('#container').highcharts({
chart: {
},
xAxis: ...
0
votes
1answer
87 views
R series plot with groups
I'm new at R. I have an csv file with 4 columns. One is the game name, the second one is the room its installed, the month and the last one is how many times it was played. Could you guys help me ...
1
vote
3answers
95 views
Algorithm help - function to deal with school “letter days”. A 6 day repeating week
I've spent much too much time on this and can't get it. I am looking for a function that returns a "letter day" given a date.
Letter days are a 6 day week with the days A through F excluding ...
0
votes
0answers
89 views
multiple series in asp chart with each series showing data from different sql queries
I am a newbie to asp and vb and having issue with multiples series in charts.
My problem is, I am having a table with machine_id,speed,power and I want to draw a chart with speed and power. and I ...
1
vote
1answer
90 views
Excel 2007 Change colour of bars in a single series, based on another field
I have a pivot table with data like this:
Chain Store Units
Bob's BB Los Angeles 10
Bob's BB San Diego 12
Tom's TM Los Angeles 12
Tom's TM San ...
1
vote
1answer
65 views
Python Pandas Series gives NaN data when passing a dict with large index values
I am trying to build a Pandas series by passing it a dictionary containing index and data pairs. While doing so I noticed an interesting quirk. If the index of the data pair is a very large integer ...
0
votes
0answers
13 views
How to reduce fluctuation in time series
I have a series of mean values but i found that there appear some fluctuation in the mean time series.
So i would like to know is that any other good solution to reduce the fluctuation of the mean ...
1
vote
2answers
70 views
Does increasing the machine precision automatically raise terms in series expansion?
I was wondering if increasing the machine precision from float to double in C automatically raise terms in series expansion e.g. trigonometric functions ?
This and my other questions on stack ...
0
votes
1answer
73 views
How to update mulitple series in Highcharts simultaneously
I'm using Highcharts to graph multiple series on a single chart. The series data is read from a file containing the data in JSON format. The file will get updated with new data every few seconds and ...
0
votes
2answers
120 views
How to read a pandas Series from a CSV file
I have a CSV file formatted as follows:
somefeature,anotherfeature,f3,f4,f5,f6,f7,lastfeature
0,0,0,1,1,2,4,5
And I try to read it as a pandas Series (using pandas daily snapshot for Python 2.7).
I ...
0
votes
1answer
11 views
how to display values on top of each column in column chart.How to accomplish this
I want to display values on top of each column in column chart.How to accomplish this.
0
votes
1answer
185 views
JFreeChart XYSeries as Strings
im working with jfreechart and try to make a XYLineChart which is working very well.
My problem is, that the y label are double values and i need strings.
My Code:
DefaultXYDataset result = new ...
0
votes
1answer
807 views
jfreechart bar chart output
I need to create a bar chart that reads from a table in a DB that lists access records.
The table should show which vendor accessed it (X-Axis), who it was accessed on behalf of (each bar), and how ...
1
vote
1answer
375 views
kendo chart dynamic series
I currently have a two step process for my kendo charts. The first process is allowing the user to select the datasets (series) they want on the chart. They then choose a template. A template is ...
0
votes
3answers
480 views
Highcharts multiple series from json
My JSON looks like:
[[[773,1363709520],[774,1363709580]],[[1546,1363709520],[1548,1363709580]]]
I would like highcharts to create a new series every time it reaches a new JSON array: ...






