RicardoSantos

FunctionSMCMC

RicardoSantos Wizard ที่อัปเดต:   
Library "FunctionSMCMC"
Methods to implement Markov Chain Monte Carlo Simulation (MCMC)

markov_chain(weights, actions, target_path, position, last_value) a basic implementation of the markov chain algorithm
  Parameters:
    weights: float array, weights of the Markov Chain.
    actions: float array, actions of the Markov Chain.
    target_path: float array, target path array.
    position: int, index of the path.
    last_value: float, base value to increment.
  Returns: void, updates target array

mcmc(weights, actions, start_value, n_iterations) uses a monte carlo algorithm to simulate a markov chain at each step.
  Parameters:
    weights: float array, weights of the Markov Chain.
    actions: float array, actions of the Markov Chain.
    start_value: float, base value to start simulation.
    n_iterations: integer, number of iterations to run.
  Returns: float array with path.
เอกสารเผยแพร่:
v2
outsourced the probability distribution sample selection to a external library:
-
ไลบรารีไพน์

จิตวิญญาณที่แท้จริงของ TradingView ผู้เขียนได้ตีพิมพ์รหัส Pine นี้เป็นไลบรารีโอเพนซอร์ซเพื่อให้โปรแกรมเมอร์คนอื่น ๆ จากชุมชนของเราสามารถนำไปใช้ซ้ำได้ ไชโยให้กับผู้เขียน! คุณสามารถใช้ไลบรารีนี้เป็นการส่วนตัวหรือในสิ่งพิมพ์โอเพนซอร์สอื่น ๆ แต่นำรหัสนี้มาใช้ซ้ำในสิ่งพิมพ์จะถูกควบคุมโดย กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ เงื่อนไขการใช้บริการ

ต้องการใช้ไลบรารีนี้หรือไม่?

คัดลอกข้อความไปยังคลิปบอร์ดแล้ววางลงในสคริปต์ของคุณ