Difference between revisions of "LINE STEP BEFORE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''LINE STEP BEFORE'''</div> ==='''''Description:'''''=== '''''Produces a piecewise constant function (a step function) consisting of alternating h...")
 
 
(15 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 piecewise constant function (a step function) consisting of alternating horizontal and vertical lines.  
+
'''''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"
 
|-
 
|-
| '''Row''' || '''People'''
+
| || '''A''' || '''B'''
 
|-
 
|-
| Row1 || 4
+
| 1|| '''Row''' || '''People'''
 
|-
 
|-
| Row2 || 7
+
| 2 || Row1 || 4
 
|-
 
|-
| Row3 || 12
+
| 3 || Row2 || 7
 
|-
 
|-
| Row4 || 17
+
| 4 || Row3 || 12
 
|-
 
|-
| Row5 || 36
+
| 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)

Linebefore.JPG

GRAPHING MAIN PAGE