Top "Exponential" questions

Exponential can refer to a mathematics function, a curve / graph / dataset that follows the growth of that function, the exponential distribution in statistics, or a format to represent floats.

Real-world example of exponential time complexity

I'm looking for an intuitive, real-world example of a problem that takes (worst case) exponential time complexity to solve for …

complexity-theory exponential
Exponential Weighted Moving Average using Pandas

I need to confirm few thing related to pandas exponential weighted moving average function. If I have a data set …

python pandas exponential
Converting exponential number to decimal 1.11111117E+9 - trailing digits become zero

I'm trying to convert and exponential number 1.11111117E+9 which is actually a 10 digit number '1111111111'. When I'm trying to …

c# parsing decimal tryparse exponential
Convert exponential to a whole number in PHP

Possible Duplicate: Convert exponential number to decimal in php Is there a way to convert an exponential number to a …

php exponential
Manipulating the numpy.random.exponential distribution in Python

I am trying to create an array of random numbers using Numpy's random exponential distribution. I've got this working fine, …

python numpy exponential
Python Simple Exponential Smoothing

I downloaded a TESLA stock from www.nasdaq.com; and after I downloaded the CSV file I realized that I …

python csv forecasting exponential python-ggplot
JAVA - exponential distribution

I need to find formula for exponential distribution of probability, but i don´t know how to find it :( This …

java math random exponential
Calculating e^x without using any functions

We are supposed to calculate e^x using this kind of formula: e^x = 1 + (x ^ 1 / 1!) + (x ^ 2 / 2!) ...... I have this code …

c++ math exponential
Computing e^(-j) in C

I need to compute imaginary exponential in C. As far as I know, there is no complex number library in …

c complex-numbers exponential
How to generate exponential series of values with known initial and end values in Excel

In Excel, I want to generate 1000 rows of values, I know the initial and final values. For example, cell a1=1400 …

excel exponential