[go: nahoru, domu]

Jump to content

Talk:Polyharmonic spline: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
SineBot (talk | contribs)
m Signing comment by Hannes36743 - "→‎Untitled: "
Cewbot (talk | contribs)
m Maintain {{WPBS}} and vital articles: 1 WikiProject template. Create {{WPBS}}. Keep majority rating "Stub" in {{WPBS}}. Remove 1 same rating as {{WPBS}} in {{WikiProject Computer graphics}}.
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{WikiProject Computer graphics|class=Stub
{{WikiProject banner shell|class=Stub|
|auto=yes
{{WikiProject Computer graphics|auto=yes}}
}}
}}

==Untitled==
==Untitled==
I might be mistaken, but I didn't think that Polyharmonic splines actually do guarantee that the linear system matrix is positive definite, just that it's nonsingular. For example, consider phi(r) = r with centers 0 and 1; the matrix is
I might be mistaken, but I didn't think that Polyharmonic splines actually do guarantee that the linear system matrix is positive definite, just that it's nonsingular. For example, consider phi(r) = r with centers 0 and 1; the matrix is
Line 21: Line 20:


Thats why there is a polynomial, namely to avoid the PSD matrices. See "Spline Models for Observational Data" by Wahba, Page 31. <small><span class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Hannes36743|Hannes36743]] ([[User talk:Hannes36743|talk]] • [[Special:Contributions/Hannes36743|contribs]]) 17:13, 3 December 2013 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
Thats why there is a polynomial, namely to avoid the PSD matrices. See "Spline Models for Observational Data" by Wahba, Page 31. <small><span class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Hannes36743|Hannes36743]] ([[User talk:Hannes36743|talk]] • [[Special:Contributions/Hannes36743|contribs]]) 17:13, 3 December 2013 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->

==What's T?==
In the definition section, which is otherwise quite good, what is "T"? As in, the term superscripted on so many of the matrices....? <small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/50.26.246.186|50.26.246.186]] ([[User talk:50.26.246.186|talk]]) 17:02, 19 February 2016 (UTC)</small><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->

Matrix transpose, this is now explicitly stated in definition section [[User:Jrheller1|Jrheller1]] ([[User talk:Jrheller1|talk]]) 19:02, 20 February 2016 (UTC)

O.K. Maybe it threw me off because it seems strange to declare B as a transpose, then to also transpose it in the constraint equation. In any case, definitely a good addition to the text! <small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/50.26.246.186|50.26.246.186]] ([[User talk:50.26.246.186|talk]]) 22:55, 22 February 2016 (UTC)</small><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->

:That's a common notation in Mathematics. It saves a lot of space if the matrix is long and thin. Column vectors are also usually declared as the transpose of a row vector for the same reason. [[Special:Contributions/93.132.186.56|93.132.186.56]] ([[User talk:93.132.186.56|talk]]) 10:42, 9 March 2023 (UTC)

== Clarification on additional constraints ==

In the section 'additional constraints' two systems of linear equations are derived:
<math> A(A\mathbf{w} + B\mathbf{v} - \mathbf{f} +\lambda C \mathbf{w}) = 0 </math> and <math> B^{\textrm{T}}(A\mathbf{w} + B\mathbf{v} - \mathbf{f}) = 0.</math>
Then it is stated that <math>A</math> is invertible. Is this actually true? Why?

Latest revision as of 02:55, 8 February 2024

Untitled[edit]

I might be mistaken, but I didn't think that Polyharmonic splines actually do guarantee that the linear system matrix is positive definite, just that it's nonsingular. For example, consider phi(r) = r with centers 0 and 1; the matrix is

which is not positive definite:

Can somebody with more experience than I verify this?

128.143.137.224 (talk) 18:10, 1 October 2009 (UTC)[reply]

Thats why there is a polynomial, namely to avoid the PSD matrices. See "Spline Models for Observational Data" by Wahba, Page 31. — Preceding unsigned comment added by Hannes36743 (talkcontribs) 17:13, 3 December 2013 (UTC)[reply]

What's T?[edit]

In the definition section, which is otherwise quite good, what is "T"? As in, the term superscripted on so many of the matrices....? — Preceding unsigned comment added by 50.26.246.186 (talk) 17:02, 19 February 2016 (UTC)[reply]

Matrix transpose, this is now explicitly stated in definition section Jrheller1 (talk) 19:02, 20 February 2016 (UTC)[reply]

O.K. Maybe it threw me off because it seems strange to declare B as a transpose, then to also transpose it in the constraint equation. In any case, definitely a good addition to the text! — Preceding unsigned comment added by 50.26.246.186 (talk) 22:55, 22 February 2016 (UTC)[reply]

That's a common notation in Mathematics. It saves a lot of space if the matrix is long and thin. Column vectors are also usually declared as the transpose of a row vector for the same reason. 93.132.186.56 (talk) 10:42, 9 March 2023 (UTC)[reply]

Clarification on additional constraints[edit]

In the section 'additional constraints' two systems of linear equations are derived:

 and 

Then it is stated that is invertible. Is this actually true? Why?