Python Forum
expotential functions and optimization
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
expotential functions and optimization
#1
Hey guys,
I have a problem with expotentially rising weighting of allocations. I have a given:
total number of assets --> total
maximum allocation(in weights) --> max = .15
minimum allocation (in weights) -> min = 1/total/2
My goal is that the algortihm gives the first asset the maximum --> P(1|max),
The y value should be expotentially decreasing but should not be lower than min.
And the sum of weights should be close as possible to 1.

How can I accomplish that ?
--> I looked into scipy curve fitting, but I do not know how to apply it
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020