User Portlet User Portlet

Discussions
Thank you so much, Henrik, Rohit and John. You are great men.
Daniel, There is no specific reason.I have one reason for asking this question: I like Mathematica. Unfortunately, I do not see any metaheuristic optimization algorithms in Mathematica. On the other hand, you can easily find different opt....
Hi, How do I get the output of the interpolation as a list? data = {3.4`, 5.4`, 1.4`, 8.`, "NaN", "NaN", "NaN", 10.2`, "NaN", 15.4`, 0.`, 6.7`, 0.2`, 2.`} ListLinePlot[data] int = ...
Thank you, Andre. The link was very useful. I got the following results. What do you think about these two plots? How can I calculate the slope (or slopes) of the periodogram? ![enter image description here][1] [1]:...
A wonderful solution. Thank you, Rohit. How to get network output (simulated data) in a list for the train and test data?
Thank you, Rohit. β is the slope of n pairs of data points. If a significant trend is found, the rate of change can be calculated using the Sen slope estimator (β). In other words, computing the slope for all pairs of data that were used to...
Hi, I tried to find the two nearest weather stations to the NorthPole, Antarctica, and also the Equator. I used the below command. How can I fix this problem? Thank you for your help In[20]:= WeatherData[{"Equator", 2}] ...
Thank you so much, Rohit. You always have an unbelievable solution way.
Hi, How to obtain the daily air temperature of the Arctic and Antarctic in the last two years with *Mathematica*? Thank you so much.
Hi, How do I remove elements from my list for generating a new list like below: list = {a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, w}; listNEW = {a, e, i, m, q, w} ![enter image description here][1] ...