Analysis of the periodic data by the maximum entropy method
Plotting InterpolationFunction over Quantities
Fastest form of a function
Analysis of the periodic data by the maximum entropy method I am trying to get the frequency spectrum of a periodic data. Since the data set is short, the outcome of the frequency peaks are not sharp enough, which prevents me for further analysis. I know the ...
- asked by Phyman 1vote Plotting InterpolationFunction over Quantities What's the proper syntax to plot Interpolation functions defined over Quantities? points = {{0, 0}, {1, 1}, {2, 3}, {3, 4}, {4, 3}, {5, 0}}; Change domain to Quantities: points2 = points // ...
- asked by alancalvitti 2votes Fastest form of a function https://mathematica.stackexchange.com/questions/153602/fastest-form-of-a-function
I'm trying to find the fastest form for a function. I have a few approaches with test results.The function I'm working with is the 3rd derivative of the incomplete beta function with respect to its ...
- asked by FalafelPita 1vote —