Difference between revisions of "MyTest"

From Popix
Jump to navigation Jump to search
m
m
Line 5: Line 5:
 
{| align=left; cellpadding="2" style="width: 400px; background-color:#ffffcc; font-family:'courier new';font-size:12pt;"
 
{| align=left; cellpadding="2" style="width: 400px; background-color:#ffffcc; font-family:'courier new';font-size:12pt;"
 
| colspan = "2" style="align:center;" |  fmin1=function(x,y,t) <br> {f=predc1(t,x) <br> g=x[4] <br> e=sum( ((y-f)/g)^2 + log(g^2)) <br> }
 
| colspan = "2" style="align:center;" |  fmin1=function(x,y,t) <br> {f=predc1(t,x) <br> g=x[4] <br> e=sum( ((y-f)/g)^2 + log(g^2)) <br> }
| <br><br> fmin2=function(x,y,t) <br> {f=predc2(t,x) <br> g=x[4] <br> e=sum( ((y-f)/g)^2 + log(g^2))<br> }
+
|-
 +
| <br>
 +
|-
 +
| colspan = "2" style="align:center;" |fmin2=function(x,y,t) <br> {f=predc2(t,x) <br> g=x[4] <br> e=sum( ((y-f)/g)^2 + log(g^2))<br> }
 
|-
 
|-
 
|<br>
 
|<br>

Revision as of 17:34, 4 February 2013



fmin1=function(x,y,t)
{f=predc1(t,x)
g=x[4]
e=sum( ((y-f)/g)^2 + log(g^2))
}

fmin2=function(x,y,t)
{f=predc2(t,x)
g=x[4]
e=sum( ((y-f)/g)^2 + log(g^2))
}

f
g
p
f
g
p





This paragraph is before the table.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod...

Col 1, row 1 Col 2, row 1 (and 2) Col 3, row 1
Col 1, row 2 Col 3, row 2

Note the floating-table to the right.





This paragraph is after the table. The text in column 2 will span both rows due to format specifier "rowspan=2" so there is no coding for "Col 2" in the 2nd row, just: Col 1 & Col 3.