Difference between revisions of "LINE STEP BEFORE"
Jump to navigation
Jump to search
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''LINE STEP BEFORE'''</div> | <div style="font-size:30px">'''LINE STEP BEFORE'''</div> | ||
==='''''Description:'''''=== | ==='''''Description:'''''=== | ||
| − | '''''Produces a | + | '''''Produces a piece-wise constant function (a step function) consisting of alternating horizontal and vertical lines.<br> |
'''''The y-value changes at the midpoint of each pair of adjacent x-values.'''''.<br> | '''''The y-value changes at the midpoint of each pair of adjacent x-values.'''''.<br> | ||
| + | *'''''It is a X vs (Y1,[Y2]....) graph.''''' | ||
| + | **'''''X-axis represents one set of data. | ||
| + | **'''''Y-axis can represent single or multiple data sets. | ||
==Example== | ==Example== | ||
{| class="wikitable" style="font-size:14px" | {| class="wikitable" style="font-size:14px" | ||
|- | |- | ||
| − | | ''' | + | | || '''A''' || '''B''' |
|- | |- | ||
| − | | | + | | 1|| '''Row''' || '''People''' |
|- | |- | ||
| − | | | + | | 2 || Row1 || 4 |
|- | |- | ||
| − | | | + | | 3 || Row2 || 7 |
|- | |- | ||
| − | | | + | | 4 || Row3 || 12 |
|- | |- | ||
| − | | | + | | 5 || Row4 || 17 |
|- | |- | ||
| − | | Row6 || 34 | + | | 6 || Row5 || 36 |
| + | |- | ||
| + | | 7 || Row6 || 34 | ||
|} | |} | ||
| + | |||
| + | '''LINESTEPBEFORE(A1:B7)'''<br><br/> | ||
| + | [[File:Linebefore.JPG]]<br><br/> | ||
| + | [[GRAPHING|'''''GRAPHING MAIN PAGE''''']] | ||
Latest revision as of 07:33, 3 June 2020
LINE STEP BEFORE
Description:
Produces a piece-wise constant function (a step function) consisting of alternating horizontal and vertical lines.
The y-value changes at the midpoint of each pair of adjacent x-values..
- It is a X vs (Y1,[Y2]....) graph.
- X-axis represents one set of data.
- Y-axis can represent single or multiple data sets.
Example
| A | B | |
| 1 | Row | People |
| 2 | Row1 | 4 |
| 3 | Row2 | 7 |
| 4 | Row3 | 12 |
| 5 | Row4 | 17 |
| 6 | Row5 | 36 |
| 7 | Row6 | 34 |
LINESTEPBEFORE(A1:B7)
GRAPHING MAIN PAGE