Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
428 views

Plotting a number line in Mathematica

I would like to plot a simple interval on the number line in Mathematica. How do I do this?
4
votes
1answer
155 views

Is there an implementation of _rational_ interval arithmetic in Python?

Is there an implementation of rational interval arithmetic in Python? This uses floats, not rationals. If not, is there any implementation of rationals in Python that includes ±∞ ?
3
votes
4answers
126 views

Merging intervals in one pass in SQL

Let's say I have a table with two columns: start and end, both integers, and the table is ordered by the first, then second column. Each row represents an interval. What I need is the table of ...
3
votes
5answers
97 views

How to find if a date fits an interval in either PHP or MySQL?

Let's say I have a datetime, June 16 2011 at 7:00. I want to be able to check at, say, August 5 2011 at 7:00 and be able to tell that it is exactly a multiple of 1 day since the first date, whereas ...
2
votes
0answers
31 views

Iterval arithmetic of real powers

I've found many definitions on how to compute the power of an interval, where the power is an integer, but I'd like to find a formula for computing the power more generally. In other words, I'd like ...
2
votes
1answer
40 views

Merging intervals with MySQL

I need some help with merging of overlapping intervals. I have this table: id start end 1 15:30:00 16:20:00 2 10:00:00 13:00:00 3 15:00:00 16:09:00 4 11:00:00 14:00:00 5 ...
2
votes
1answer
49 views

Data types where precision level means range of tolerance

What existing terminology and art is there for data types that have values implying ranges of tolerance, not specific points? An example: time values. In ISO 8601 notation, the value 1964 encompasses ...
2
votes
6answers
2k views

Grouping SQL results by continous time intervals (oracle sql)

Hi I have following data in the table: ID-----startDate----endDate 5549 2008-05-01 4712-12-31 5567 2008-04-17 2008-04-30 1 5567 2008-05-01 2008-07-31 1 5567 2008-09-01 4712-12-31 2 ...
1
vote
1answer
49 views

Algorithm to calculate 5 interval points from 1 to n

If I have a given series of numbers that count up by 1, say 1-10 or 1-20 or 1-100 etc. And I want to calculate 5 or 6 evenly spaced points from the beginning to the end of that series, including the ...
1
vote
1answer
93 views

Integrate a function between a and b with n intervals

I'm totally stuck with that, i don't know where to start. I have to Integrate a function between a and b with n intervals in C. I only have the function definition : float funcintegrate(float ...
1
vote
1answer
69 views

Why doesn't Firebug's (itemized) time intervals equal the total time in the Net panel/tab timeline?

Below, you'll see a snapshot of Firebug's Net Panel/Tab after I clicked a submit button on a form in an ASP.NET web application, to the time the response came back from a full page postback. ...
1
vote
4answers
66 views

php date/time intervals with subscription

I need some help wrapping my head around this. I am trying to develop something that does monthly, weekly, quarterly, yearly subscriptions. I need to figure out when the next charge date is. But I'm ...
1
vote
1answer
56 views

Is there a more or less agreed-upon convention as to how one should call member functions which return the _support_ of a functor?

In a function object representing a compactly-supported function f mapping the real numbers to the real numbers, how should I call a member function which returns an interval outside of which the ...
1
vote
0answers
116 views

Boost.Icl how to define infinite endpoint for types without infinity?

Boost.Icl has four interval types: closed [a,b] for a<=x<=b, open (a,b) for a<x<b, left-open (a,b] for a<x<=b, rigth-open [a,b) for a<=x<b. That's enough for types which have ...
1
vote
5answers
173 views

parse string of integer sets with intervals to list

I have "2,5,7-9,12" string. I want to get [2, 5, 7, 8, 9, 12] list from it. Is there any built-in function for it in python? Thanks. UPD. I suppose, the straight answer is No. Anyway, thanks for ...
1
vote
2answers
189 views

how to overlap intervals efficiently

I require your help, I have a problem (see picture), I have let say two arrays and each of this array contains intervals with different length and real values and I need to find out how I'm gone ...
1
vote
1answer
155 views

Appending a scrolling textview in timed increments

I've created a scrolling textview and have been able to add text and scroll just fine. The thing is, I'm trying to add text at timed intervals and said interval can be adjusted by the user by hitting ...
1
vote
2answers
374 views

Efficient algorithm to find String overlaps

I won't go into the details of the problem I'm trying to solve, but it deals with a large string and involves finding overlapping intervals that exist in the string. I can only use one of the ...
1
vote
3answers
229 views

javascript switch using intervals

Can I use intervals in a switch statement? Like switch (parseInt(troops[i])) { case <10: editbox.style.fontSize = "13px"; break; ...
1
vote
0answers
31 views

notification scheduling question

I'm building an app that needs to send out notifications to users depending on user definable "notifications". So the notifications are not per event. They are arbitrary. A cron job should query the ...
1
vote
2answers
139 views

Minimizing the number of boxes that cover a given set of intervals

this is a question for the algorithms gurus out there :-) Let S be a set of intervals of the natural numbers that might overlap and b a box size. Assume that for each interval, the range is strictly ...
1
vote
5answers
596 views

How I can select / sort dates by period intervals?

For ex: If we have in table records like: 25/06/2009 28/12/2009 19/02/2010 16/04/2011 20/05/2012 I want to split/select this dates according to 6 month intervals starting from current date. result ...
1
vote
3answers
372 views

Determining the length of a user's visit based on SQL timestamps

I am divided between using a C# implementation and a pure SQL 2005/2008 implementation. I need to determine the length of usage based on timestamps of their last actions. My table contains ...
0
votes
1answer
47 views

jquery how to store the last mouse trigger

I have a slideshow. When I hover on it, the interval is cleared.When I hover out, the interval starts. The interval function pushes the active class (which was added on mouseover to one of the li's) ...
0
votes
1answer
40 views

find date interval for unique id excel

I am working with this data in excel. here is the original data input person1 2007 person1 2008 person1 2008 person1 2011 person2 2005 person2 2008 person2 2009 person3 ...
0
votes
2answers
72 views

Count how many reads in a data file are in an interval from reference file. Python

I am trying to count the number of hits a value in one file(column) falls between an interval from another file (two columns). I am completely stuck on how to map it. I tried something like this: ...
0
votes
1answer
170 views

How do i run a script at set intervals in WAMP?

So i have this script schedule.php that i want to run at every 5 minutes. The script checks for something, modifies the database and sends some mails.I have WAMP server on windows 7 ultimate. I tried ...
0
votes
0answers
185 views

Partition into classes: jenks vs kmeans

I want to partition a vector (length around 10^5) into five classes. With the function classIntervals from package classInt I wanted to use style = "jenks" natural breaks but this takes an inordinate ...
0
votes
1answer
67 views

Calculating the union of 2 longitudal intervals (that may wrap around 180 degrees)

The story: I have a LatLongBounds class that represents an area on the surface of the earth by a latitudinal interval (bounded by north & south - not important to this question) and a ...
0
votes
1answer
419 views

Good (better) substition for setInterval or setTimeout

I've got a masterpage with some nice UI (jQuery) features. One of these options is interefering with my embedded YouTube (or other alike-) objects. On each, in this case, setInterval event the ...
0
votes
2answers
335 views

two or more timer with different intervals with C#

I have to a d.b entry in which the intervals are given, Suppose 1 timer tm_5 will check the entries after every 5 mins & the timer tm_10 will check the entries after every 10 mins, The ...
0
votes
5answers
270 views

Point on non-linear range to linear and back?

Greeting, I'm trying to solve the following puzzle: I have a list of linear ranges which represent one big range. X' 100 200 300 400 500 600 700 ...
0
votes
1answer
928 views

Can Excel give a notification if a the value of a cell changes out of limits in a certain time?

I would like to learn if Excel can notify me if the value of a cell is changed out of a limit within a certain interval? Example: Cell A1 has a value of 10, the limits are +1 and -1, the interval is ...
-3
votes
2answers
190 views

Replace all overlapping intervals with their intersections

Consider a List((1,7), (3,11), (5,20), (15,25), (30,50)) where each pair is an arithmetic interval. How do I effectively replace all the overlapping intervals with their intersections? For this ...
-7
votes
2answers
113 views

How to group one column into intervals, and aggregate the corresponding values from another column [closed]

In a datafreame i have 2 variables, one for number of Free Samples sent, and the other for Number of Purchases resulted. I would like to group free sample variables into intervals of say 0, 1 to 5, 5 ...