Questions tagged [turning-point]
3 questions
3
votes
1 answer
How can I apply tf.map_fn using multiple inputs in Tensorflow
I try to get the turning point using tf.map_fn to multiple inputs using Tensorflow in Pycharm.
However, when I try to do this,
I get the error: TypeError: testzz() missing 1 required positional argument: 'data'
How can I solve this problem?
Or How…

Heewony
- 101
- 1
- 1
- 8
1
vote
1 answer
How to find all the turning points on a kernel density curve when window width varies
I want to partition a data series using kernel density. Here is my plan:
Using kernel density function (like density()) with variant window width to calculate the density of this series.
On every kernel curve with different window width, I find all…

Feng Chen
- 2,139
- 4
- 33
- 62
0
votes
1 answer
Turning Points identification in cycle load
I have a vector, sigma=[s1, s2, s3, s4, s5, s6, s7], which is plotted in a cycle loading:
Fig. Cycle Load
I've seen few methods solving this problem but unfortunately not for MATLAB yet.
How do I identify turning points?
How do I identify…

jdoubleu
- 73
- 5