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.

How to represent e^(-t^2) in MATLAB?

I am a beginner in MATLAB, and I need to represent e(-t2). I know that, for example, to represent …

matlab exponential exp
Which function grows faster, exponential or factorial?

Which function grows faster, exponential (like 2^n, n^n, e^n etc) or factorial (n!)? Ps: I just read somewhere, …

factorial exponential
1e-9 or -1e9, which one is correct?

I am assigned some old code and when I was reading through it, I noticed it had these in the …

c++ math floating-point notation exponential
Why do I get the 'loop of ufunc does not support argument 0 of type int' error for numpy.exp?

I have a dataframe and I'd like to perform exponential calculation on a subset of rows in a column. I've …

python numpy exponential
Raise to the power in shell

How do you raise m to the power of n? I've searched for this everywhere. What I found was that …

shell exponential
Exponential Operator in C++

I am taking a class in C++ and I noticed there are only a few math operators to use. I …

c++ exponential
Python Scientific Notation precision normalizing

My goal is simply to convert a string such as "1.2" to scientific notation without adding additional precision. The problem is …

python format notation exponential
Does Pandas calculate ewm wrong?

When trying to calculate the exponential moving average (EMA) from financial data in a dataframe it seems that Pandas' ewm …

pandas exponential moving-average
geom_smooth and exponential fits

I am new to R and I'm having some difficulty plotting an exponential curve using ggplot2. I have a set …

r plot ggplot2 curve-fitting exponential
How to plot an exponential distribution

I want to plot an exponential distribution, something like this for example: But I only know how to simulate a …

r plot exponential