|
| 1 | +<!doctype html> |
| 2 | +<html class="default" lang="en" data-base=".."> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="x-ua-compatible" content="IE=edge" /> |
| 6 | + <title>LinearRegression | trading-signals</title> |
| 7 | + <meta name="description" content="Documentation for trading-signals" /> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 9 | + <link rel="stylesheet" href="../assets/style.css" /> |
| 10 | + <link rel="stylesheet" href="../assets/highlight.css" /> |
| 11 | + <script defer src="../assets/main.js"></script> |
| 12 | + <script async src="../assets/icons.js" id="tsd-icons-script"></script> |
| 13 | + <script async src="../assets/search.js" id="tsd-search-script"></script> |
| 14 | + <script async src="../assets/navigation.js" id="tsd-nav-script"></script> |
| 15 | + <script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script> |
| 16 | + </head> |
| 17 | + <body> |
| 18 | + <script> |
| 19 | + document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os'; |
| 20 | + document.body.style.display = 'none'; |
| 21 | + setTimeout(() => (app ? app.showPage() : document.body.style.removeProperty('display')), 500); |
| 22 | + </script> |
| 23 | + <header class="tsd-page-toolbar"> |
| 24 | + <div class="tsd-toolbar-contents container"> |
| 25 | + <div class="table-cell" id="tsd-search"> |
| 26 | + <div class="field"> |
| 27 | + <label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"> |
| 28 | + <svg width="16" height="16" viewBox="0 0 16 16" fill="none"> |
| 29 | + <use href="../assets/icons.svg#icon-search"></use> |
| 30 | + </svg> |
| 31 | + </label> |
| 32 | + <input type="text" id="tsd-search-field" aria-label="Search" /> |
| 33 | + </div> |
| 34 | + <div class="field"><div id="tsd-toolbar-links"></div></div> |
| 35 | + <ul class="results"> |
| 36 | + <li class="state loading">Preparing search index...</li> |
| 37 | + <li class="state failure">The search index is not available</li> |
| 38 | + </ul> |
| 39 | + <a href="../index.html" class="title">trading-signals</a> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + </header> |
| 43 | + <div class="container container-main"> |
| 44 | + <div class="col-content"> |
| 45 | + <div class="tsd-page-title"> |
| 46 | + <ul class="tsd-breadcrumb"> |
| 47 | + <li><a href="../modules.html">trading-signals</a></li> |
| 48 | + <li><a href="LinearRegression.html">LinearRegression</a></li> |
| 49 | + </ul> |
| 50 | + <h1>Classes LinearRegression and FasterLinearRegression</h1> |
| 51 | + </div> |
| 52 | + <section class="tsd-panel tsd-comment"> |
| 53 | + <div class="tsd-comment tsd-typography"> |
| 54 | + <p>Linear Regression (LinearRegression) Type: Trend</p> |
| 55 | + <p> |
| 56 | + Linear regression is a statistical method used to find relationships between variables. In trading, it is |
| 57 | + used to identify and analyze price trends by fitting a straight line through a set of data points. This |
| 58 | + implementation calculates the basic regression line parameters (slope, intercept) and predicts the next |
| 59 | + value. |
| 60 | + </p> |
| 61 | + </div> |
| 62 | + </section> |
| 63 | + <section class="tsd-panel tsd-hierarchy"> |
| 64 | + <h4>Hierarchy</h4> |
| 65 | + <ul class="tsd-hierarchy"> |
| 66 | + <li> |
| 67 | + <span>TechnicalIndicator</span> |
| 68 | + <ul class="tsd-hierarchy"> |
| 69 | + <li><span class="target">LinearRegression</span></li> |
| 70 | + <li><span class="target">FasterLinearRegression</span></li> |
| 71 | + </ul> |
| 72 | + </li> |
| 73 | + </ul> |
| 74 | + </section> |
| 75 | + <section class="tsd-panel-group tsd-index-group"> |
| 76 | + <section class="tsd-panel tsd-index-panel"> |
| 77 | + <h3>Properties</h3> |
| 78 | + <ul class="tsd-index-list"> |
| 79 | + <li><a href="#prices">prices</a></li> |
| 80 | + <li><a href="#period">period</a></li> |
| 81 | + </ul> |
| 82 | + </section> |
| 83 | + </section> |
| 84 | + <section class="tsd-panel"> |
| 85 | + <h3>Constructor</h3> |
| 86 | + <ul class="tsd-signatures"> |
| 87 | + <li class="tsd-signature"> |
| 88 | + <span class="tsd-signature-keyword">new</span> <span class="tsd-kind-class">LinearRegression</span> |
| 89 | + <span class="tsd-signature-symbol">(</span> |
| 90 | + <span class="tsd-kind-parameter">config</span> |
| 91 | + <span class="tsd-signature-symbol">: </span> |
| 92 | + <span class="tsd-signature-type">LinearRegressionConfig</span> |
| 93 | + <span class="tsd-signature-symbol">)</span> |
| 94 | + </li> |
| 95 | + </ul> |
| 96 | + <h4>Parameters</h4> |
| 97 | + <table> |
| 98 | + <thead> |
| 99 | + <tr> |
| 100 | + <th>Name</th> |
| 101 | + <th>Type</th> |
| 102 | + <th>Description</th> |
| 103 | + </tr> |
| 104 | + </thead> |
| 105 | + <tbody> |
| 106 | + <tr> |
| 107 | + <td><code>config</code></td> |
| 108 | + <td><span class="tsd-signature-type">LinearRegressionConfig</span></td> |
| 109 | + <td>Configuration object containing the period for regression analysis</td> |
| 110 | + </tr> |
| 111 | + </tbody> |
| 112 | + </table> |
| 113 | + </section> |
| 114 | + <section class="tsd-panel"> |
| 115 | + <h3>Methods</h3> |
| 116 | + <ul class="tsd-signatures"> |
| 117 | + <li class="tsd-signature"> |
| 118 | + <span class="tsd-kind-method">update</span> |
| 119 | + <span class="tsd-signature-symbol">(</span> |
| 120 | + <span class="tsd-kind-parameter">price</span> |
| 121 | + <span class="tsd-signature-symbol">: </span> |
| 122 | + <span class="tsd-signature-type">BigSource | number</span>, |
| 123 | + <span class="tsd-kind-parameter">replace</span> |
| 124 | + <span class="tsd-signature-symbol">: </span> |
| 125 | + <span class="tsd-signature-type">boolean</span> |
| 126 | + <span class="tsd-signature-symbol">)</span> |
| 127 | + <span class="tsd-signature-symbol">: </span> |
| 128 | + <span class="tsd-signature-type">LinearRegressionResult | FasterLinearRegressionResult</span> |
| 129 | + <span class="tsd-signature-symbol"> | </span> |
| 130 | + <span class="tsd-signature-type">null</span> |
| 131 | + </li> |
| 132 | + </ul> |
| 133 | + <h4>Parameters</h4> |
| 134 | + <table> |
| 135 | + <thead> |
| 136 | + <tr> |
| 137 | + <th>Name</th> |
| 138 | + <th>Type</th> |
| 139 | + <th>Description</th> |
| 140 | + </tr> |
| 141 | + </thead> |
| 142 | + <tbody> |
| 143 | + <tr> |
| 144 | + <td><code>price</code></td> |
| 145 | + <td><span class="tsd-signature-type">BigSource | number</span></td> |
| 146 | + <td>The new price value</td> |
| 147 | + </tr> |
| 148 | + <tr> |
| 149 | + <td><code>replace</code></td> |
| 150 | + <td><span class="tsd-signature-type">boolean</span></td> |
| 151 | + <td>Whether to replace the last value</td> |
| 152 | + </tr> |
| 153 | + </tbody> |
| 154 | + </table> |
| 155 | + <h4>Returns</h4> |
| 156 | + <p>The updated regression results or null if insufficient data</p> |
| 157 | + |
| 158 | + <h3>Results</h3> |
| 159 | + <p>Both implementations return an object containing:</p> |
| 160 | + <ul> |
| 161 | + <li><code>prediction</code>: The predicted value for the next period</li> |
| 162 | + <li><code>slope</code>: The slope of the regression line</li> |
| 163 | + <li><code>intercept</code>: The y-intercept of the regression line</li> |
| 164 | + </ul> |
| 165 | + |
| 166 | + <h3>Optimizations</h3> |
| 167 | + <p> |
| 168 | + The FasterLinearRegression implementation includes special handling for perfect linear trends and uses |
| 169 | + native JavaScript numbers for better performance. |
| 170 | + </p> |
| 171 | + </section> |
| 172 | + </div> |
| 173 | + </div> |
| 174 | + <footer> |
| 175 | + <p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> |
| 176 | + </footer> |
| 177 | + </body> |
| 178 | +</html> |
0 commit comments